| Categories |
CategoriesCSV Data Data Formats |
|---|---|
| GroupId | GroupIdcom.github.sophtutch |
| ArtifactId | ArtifactIdrecitcsv |
| Version | Version1.0.0.RC3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| recitcsv-1.0.0.RC3.pom | |
| recitcsv-1.0.0.RC3.jar | 2 KB |
| recitcsv-1.0.0.RC3-sources.jar | 12 KB |
| recitcsv-1.0.0.RC3-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sophtutch/recitcsv/ -->
<dependency>
<groupId>com.github.sophtutch</groupId>
<artifactId>recitcsv</artifactId>
<version>1.0.0.RC3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sophtutch/recitcsv/
implementation 'com.github.sophtutch:recitcsv:1.0.0.RC3'
// https://jarcasting.com/artifacts/com.github.sophtutch/recitcsv/
implementation ("com.github.sophtutch:recitcsv:1.0.0.RC3")
'com.github.sophtutch:recitcsv:pom:1.0.0.RC3'
<dependency org="com.github.sophtutch" name="recitcsv" rev="1.0.0.RC3">
<artifact name="recitcsv" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sophtutch', module='recitcsv', version='1.0.0.RC3')
)
libraryDependencies += "com.github.sophtutch" % "recitcsv" % "1.0.0.RC3"
[com.github.sophtutch/recitcsv "1.0.0.RC3"]