Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-csv |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-csv-0.0.1.pom | |
commons-csv-0.0.1.jar | 45 KB |
commons-csv-0.0.1-sources.jar | 47 KB |
commons-csv-0.0.1-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>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation 'org.checkerframework.annotatedlib:commons-csv:0.0.1'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation ("org.checkerframework.annotatedlib:commons-csv:0.0.1")
'org.checkerframework.annotatedlib:commons-csv:jar:0.0.1'
<dependency org="org.checkerframework.annotatedlib" name="commons-csv" rev="0.0.1">
<artifact name="commons-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-csv', version='0.0.1')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-csv" % "0.0.1"
[org.checkerframework.annotatedlib/commons-csv "0.0.1"]