| Категории |
КатегорииScala Языки программирования CSV Данные Data Formats |
|---|---|
| Группа | Группаcom.github.tototoshi |
| Идентификатор | Идентификаторscala-csv_2.12 |
| Версия | Версия1.3.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scala-csv_2.12-1.3.6.pom | |
| scala-csv_2.12-1.3.6.jar | 43 KB |
| scala-csv_2.12-1.3.6-sources.jar | 10 KB |
| scala-csv_2.12-1.3.6-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.12/ -->
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.12</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.12/
implementation 'com.github.tototoshi:scala-csv_2.12:1.3.6'
// https://jarcasting.com/artifacts/com.github.tototoshi/scala-csv_2.12/
implementation ("com.github.tototoshi:scala-csv_2.12:1.3.6")
'com.github.tototoshi:scala-csv_2.12:jar:1.3.6'
<dependency org="com.github.tototoshi" name="scala-csv_2.12" rev="1.3.6">
<artifact name="scala-csv_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tototoshi', module='scala-csv_2.12', version='1.3.6')
)
libraryDependencies += "com.github.tototoshi" % "scala-csv_2.12" % "1.3.6"
[com.github.tototoshi/scala-csv_2.12 "1.3.6"]