License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.apache.any23 |
ArtifactId | ArtifactIdapache-any23-csvutils |
Last Version | Last Version2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Any23 :: CSV Utilities
CSV specific library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
apache-any23-csvutils-2.7.pom | |
apache-any23-csvutils-2.7.jar | 10 KB |
apache-any23-csvutils-2.7-sources.jar | 16 KB |
apache-any23-csvutils-2.7-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.any23/apache-any23-csvutils/ -->
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-csvutils</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.any23/apache-any23-csvutils/
implementation 'org.apache.any23:apache-any23-csvutils:2.7'
// https://jarcasting.com/artifacts/org.apache.any23/apache-any23-csvutils/
implementation ("org.apache.any23:apache-any23-csvutils:2.7")
'org.apache.any23:apache-any23-csvutils:jar:2.7'
<dependency org="org.apache.any23" name="apache-any23-csvutils" rev="2.7">
<artifact name="apache-any23-csvutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.any23', module='apache-any23-csvutils', version='2.7')
)
libraryDependencies += "org.apache.any23" % "apache-any23-csvutils" % "2.7"
[org.apache.any23/apache-any23-csvutils "2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.any23 : apache-any23-api | jar | 2.7 |
org.apache.commons : commons-csv | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.35 |