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