License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.aerse |
ArtifactId | ArtifactIdyaCSV |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionyaCSV
Yet Another CSV parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yaCSV-1.2.pom | |
yaCSV-1.2.jar | 10 KB |
yaCSV-1.2-sources.jar | 6 KB |
yaCSV-1.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerse/yaCSV/ -->
<dependency>
<groupId>com.aerse</groupId>
<artifactId>yaCSV</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerse/yaCSV/
implementation 'com.aerse:yaCSV:1.2'
// https://jarcasting.com/artifacts/com.aerse/yaCSV/
implementation ("com.aerse:yaCSV:1.2")
'com.aerse:yaCSV:jar:1.2'
<dependency org="com.aerse" name="yaCSV" rev="1.2">
<artifact name="yaCSV" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerse', module='yaCSV', version='1.2')
)
libraryDependencies += "com.aerse" % "yaCSV" % "1.2"
[com.aerse/yaCSV "1.2"]