License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.github.hazendaz |
ArtifactId | ArtifactIdcsveed |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionCSVeed
Java toolkit for mapping CSV-to-Bean mapping and vice versa
|
Project URL |
Project URL |
Project Organization |
Project Organization42 BV |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
csveed-0.7.0.pom | |
csveed-0.7.0.jar | 91 KB |
csveed-0.7.0-tests.jar | 61 KB |
csveed-0.7.0-test-sources.jar | 32 KB |
csveed-0.7.0-test-javadoc.jar | 666 KB |
csveed-0.7.0-sources.jar | 64 KB |
csveed-0.7.0-javadoc.jar | 873 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/csveed/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>csveed</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/csveed/
implementation 'com.github.hazendaz:csveed:0.7.0'
// https://jarcasting.com/artifacts/com.github.hazendaz/csveed/
implementation ("com.github.hazendaz:csveed:0.7.0")
'com.github.hazendaz:csveed:jar:0.7.0'
<dependency org="com.github.hazendaz" name="csveed" rev="0.7.0">
<artifact name="csveed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='csveed', version='0.7.0')
)
libraryDependencies += "com.github.hazendaz" % "csveed" % "0.7.0"
[com.github.hazendaz/csveed "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.mojo : animal-sniffer-annotations | jar | 1.18 |
com.google.errorprone : error_prone_annotations | jar | 2.3.3 |
org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.0.17.Final |
com.google.j2objc : j2objc-annotations | jar | 1.3 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.gaul : modernizer-maven-annotations | jar | 1.8.0 |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha1 |