Categories |
CategoriesScala Languages CSV Data Data Formats |
---|---|
GroupId | GroupIdcom.github.tototoshi |
ArtifactId | ArtifactIdscala-csv_2.13 |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
scala-csv_2.13-1.3.6.pom | |
scala-csv_2.13-1.3.6.jar | 45 KB |
scala-csv_2.13-1.3.6-sources.jar | 10 KB |
scala-csv_2.13-1.3.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.13/ -->
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.13</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.13/
implementation 'com.github.tototoshi:scala-csv_2.13:1.3.6'
// https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.13/
implementation ("com.github.tototoshi:scala-csv_2.13:1.3.6")
'com.github.tototoshi:scala-csv_2.13:jar:1.3.6'
<dependency org="com.github.tototoshi" name="scala-csv_2.13" rev="1.3.6">
<artifact name="scala-csv_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tototoshi', module='scala-csv_2.13', version='1.3.6')
)
libraryDependencies += "com.github.tototoshi" % "scala-csv_2.13" % "1.3.6"
[com.github.tototoshi/scala-csv_2.13 "1.3.6"]