License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdcsv-parent |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionobjectos :: csv :: parent
A Java 8 API to read and write .csv files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
csv-parent-0.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/csv-parent/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>csv-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/csv-parent/
implementation 'br.com.objectos:csv-parent:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/csv-parent/
implementation ("br.com.objectos:csv-parent:0.1.0")
'br.com.objectos:csv-parent:pom:0.1.0'
<dependency org="br.com.objectos" name="csv-parent" rev="0.1.0">
<artifact name="csv-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='csv-parent', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "csv-parent" % "0.1.0"
[br.com.objectos/csv-parent "0.1.0"]