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