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