License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices uniVocity-parsers Data Data Formats CSV |
GroupId | GroupIdio.quarkiverse.univocityparsers |
ArtifactId | ArtifactIdquarkus-univocity-parsers |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Univocity Parsers - Runtime
Univocity Parsers Extension, which allowing to use univocity dependency in the Quarkus' Eco-System. Example for
parsing csv or tsv files, with a really fast, flexible and reliable Java parsers thank to its data binding, consistent interface,
a solid framework and a parallel input buffering
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.univocityparsers/quarkus-univocity-parsers/ -->
<dependency>
<groupId>io.quarkiverse.univocityparsers</groupId>
<artifactId>quarkus-univocity-parsers</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.univocityparsers/quarkus-univocity-parsers/
implementation 'io.quarkiverse.univocityparsers:quarkus-univocity-parsers:0.0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.univocityparsers/quarkus-univocity-parsers/
implementation ("io.quarkiverse.univocityparsers:quarkus-univocity-parsers:0.0.1")
'io.quarkiverse.univocityparsers:quarkus-univocity-parsers:jar:0.0.1'
<dependency org="io.quarkiverse.univocityparsers" name="quarkus-univocity-parsers" rev="0.0.1">
<artifact name="quarkus-univocity-parsers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.univocityparsers', module='quarkus-univocity-parsers', version='0.0.1')
)
libraryDependencies += "io.quarkiverse.univocityparsers" % "quarkus-univocity-parsers" % "0.0.1"
[io.quarkiverse.univocityparsers/quarkus-univocity-parsers "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
com.univocity : univocity-parsers | jar | 2.9.1 |