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