| Категории |
КатегорииuniVocity-parsers Данные Data Formats CSV |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-univocity-parsers |
| Версия | Версия2.23.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-univocity-parsers/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-univocity-parsers</artifactId>
<version>2.23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-univocity-parsers/
implementation 'org.apache.camel:camel-univocity-parsers:2.23.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-univocity-parsers/
implementation ("org.apache.camel:camel-univocity-parsers:2.23.4")
'org.apache.camel:camel-univocity-parsers:jar:2.23.4'
<dependency org="org.apache.camel" name="camel-univocity-parsers" rev="2.23.4">
<artifact name="camel-univocity-parsers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-univocity-parsers', version='2.23.4')
)
libraryDependencies += "org.apache.camel" % "camel-univocity-parsers" % "2.23.4"
[org.apache.camel/camel-univocity-parsers "2.23.4"]