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