Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-csv |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
commons-csv-1.6.pom | |
commons-csv-1.6.jar | 45 KB |
commons-csv-1.6-sources.jar | 47 KB |
commons-csv-1.6-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-csv</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation 'org.checkerframework.annotatedlib:commons-csv:1.6'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation ("org.checkerframework.annotatedlib:commons-csv:1.6")
'org.checkerframework.annotatedlib:commons-csv:jar:1.6'
<dependency org="org.checkerframework.annotatedlib" name="commons-csv" rev="1.6">
<artifact name="commons-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-csv', version='1.6')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-csv" % "1.6"
[org.checkerframework.annotatedlib/commons-csv "1.6"]