License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.metafacture |
ArtifactId | ArtifactIdmetafacture-csv |
Version | Version5.2.0 |
Type | Typejar |
Description |
DescriptionMetafacture CSV
Modules for processing comma-separated values
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metafacture-csv-5.2.0.pom | |
metafacture-csv-5.2.0.jar | 3 KB |
metafacture-csv-5.2.0-sources.jar | 2 KB |
metafacture-csv-5.2.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-csv</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/
implementation 'org.metafacture:metafacture-csv:5.2.0'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/
implementation ("org.metafacture:metafacture-csv:5.2.0")
'org.metafacture:metafacture-csv:jar:5.2.0'
<dependency org="org.metafacture" name="metafacture-csv" rev="5.2.0">
<artifact name="metafacture-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-csv', version='5.2.0')
)
libraryDependencies += "org.metafacture" % "metafacture-csv" % "5.2.0"
[org.metafacture/metafacture-csv "5.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.metafacture : metafacture-framework | jar | 5.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.opencsv : opencsv | jar | 3.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.5.5 |