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