License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-csv |
Version | Version1.8 |
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.8.pom | |
commons-csv-1.8.jar | 53 KB |
commons-csv-1.8-sources.jar | 54 KB |
commons-csv-1.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation 'org.checkerframework.annotatedlib:commons-csv:1.8'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-csv/
implementation ("org.checkerframework.annotatedlib:commons-csv:1.8")
'org.checkerframework.annotatedlib:commons-csv:jar:1.8'
<dependency org="org.checkerframework.annotatedlib" name="commons-csv" rev="1.8">
<artifact name="commons-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-csv', version='1.8')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-csv" % "1.8"
[org.checkerframework.annotatedlib/commons-csv "1.8"]