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