| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| csvobjects-4.0.1-javadoc.jar | 2026-08-11 | 202.3 kB | |
| csvobjects-4.0.1-sources.jar | 2026-08-11 | 43.8 kB | |
| csvobjects-4.0.1.jar | 2026-08-11 | 48.6 kB | |
| SHA256SUMS | 2026-08-11 | 277 Bytes | |
| R4.0.1 source code.tar.gz | 2026-08-11 | 51.6 kB | |
| R4.0.1 source code.zip | 2026-08-11 | 104.6 kB | |
| README.md | 2026-08-11 | 794 Bytes | |
| Totals: 7 Items | 451.9 kB | 2 | |
CSVObjects R4.0.1 is a patch release: no behavior changes.
Fixed:
- Corrected the Maven POM
<description>, which claimed the mapper was "driven by custom@csv.*Javadoc metadata" -- the Javadoc tags don't drive any runtime behavior; the actual mapping is driven by the declarativecsv-mapping.xmlfile, with the Javadoc tags used for generated documentation and cross-verified against the XML byMappingMetadataVerifierfor consistency.
Get it:
:::xml
<dependency>
<groupId>org.csvobjects</groupId>
<artifactId>csvobjects</artifactId>
<version>4.0.1</version>
</dependency>
:::groovy
implementation 'org.csvobjects:csvobjects:4.0.1'
See CHANGELOG.md (github.com) for details.