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