Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkiverse.lucene |
ArtifactId | ArtifactIdquarkus-lucene-parent |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-lucene-parent-0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene-parent/ -->
<dependency>
<groupId>io.quarkiverse.lucene</groupId>
<artifactId>quarkus-lucene-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene-parent/
implementation 'io.quarkiverse.lucene:quarkus-lucene-parent:0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene-parent/
implementation ("io.quarkiverse.lucene:quarkus-lucene-parent:0.1")
'io.quarkiverse.lucene:quarkus-lucene-parent:pom:0.1'
<dependency org="io.quarkiverse.lucene" name="quarkus-lucene-parent" rev="0.1">
<artifact name="quarkus-lucene-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.lucene', module='quarkus-lucene-parent', version='0.1')
)
libraryDependencies += "io.quarkiverse.lucene" % "quarkus-lucene-parent" % "0.1"
[io.quarkiverse.lucene/quarkus-lucene-parent "0.1"]