License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-csv |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons CSV
Apache Commons Bytecode Engineering Library, with type annotations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-csv-1.9.0.pom | |
commons-csv-1.9.0.jar | 53 KB |
commons-csv-1.9.0-sources.jar | 54 KB |
commons-csv-1.9.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-csv</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation 'org.checkerframework.annotatedlib:commons-csv:1.9.0'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation ("org.checkerframework.annotatedlib:commons-csv:1.9.0")
'org.checkerframework.annotatedlib:commons-csv:jar:1.9.0'
<dependency org="org.checkerframework.annotatedlib" name="commons-csv" rev="1.9.0">
<artifact name="commons-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-csv', version='1.9.0')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-csv" % "1.9.0"
[org.checkerframework.annotatedlib/commons-csv "1.9.0"]