| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdorg.metafacture |
| ArtifactId | ArtifactIdmetafacture-csv |
| Last Version | Last Version5.3.2 |
| Release Date | Release Date |
| 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.3.2.pom | |
| metafacture-csv-5.3.2.jar | 3 KB |
| metafacture-csv-5.3.2-sources.jar | 1 KB |
| metafacture-csv-5.3.2-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-csv</artifactId>
<version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/
implementation 'org.metafacture:metafacture-csv:5.3.2'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-csv/
implementation ("org.metafacture:metafacture-csv:5.3.2")
'org.metafacture:metafacture-csv:jar:5.3.2'
<dependency org="org.metafacture" name="metafacture-csv" rev="5.3.2">
<artifact name="metafacture-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-csv', version='5.3.2')
)
libraryDependencies += "org.metafacture" % "metafacture-csv" % "5.3.2"
[org.metafacture/metafacture-csv "5.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.metafacture : metafacture-framework | jar | 5.3.2 |
| 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 |