<dependency>
<groupId>io.quarkiverse.univocityparsers</groupId>
<artifactId>quarkus-univocity-parsers-parent</artifactId>
<version>0.0.1</version>
</dependency>
implementation group: 'io.quarkiverse.univocityparsers', name: 'quarkus-univocity-parsers-parent', version: '0.0.1'
implementation 'io.quarkiverse.univocityparsers:quarkus-univocity-parsers-parent:0.0.1'
implementation("io.quarkiverse.univocityparsers:quarkus-univocity-parsers-parent:0.0.1")
libraryDependencies += "io.quarkiverse.univocityparsers" % "quarkus-univocity-parsers-parent" % "0.0.1"
<dependency org="io.quarkiverse.univocityparsers" name="quarkus-univocity-parsers-parent" rev="0.0.1"/>
@Grapes(
@Grab(group='io.quarkiverse.univocityparsers', module='quarkus-univocity-parsers-parent', version='0.0.1')
)
[io.quarkiverse.univocityparsers/quarkus-univocity-parsers-parent "0.0.1"]
'io.quarkiverse.univocityparsers:quarkus-univocity-parsers-parent:jar:0.0.1'