is not current version
Last Version 0.3

io.quarkiverse.lucene:quarkus-lucene 0.1

Add full-text search capabilities to your application with Apache Lucene.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkiverse.lucene
ArtifactId

ArtifactId

quarkus-lucene
Version

Version

0.1
Type

Type

jar

Download quarkus-lucene 0.1


<!-- https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene/ -->
<dependency>
    <groupId>io.quarkiverse.lucene</groupId>
    <artifactId>quarkus-lucene</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene/
implementation 'io.quarkiverse.lucene:quarkus-lucene:0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.lucene/quarkus-lucene/
implementation ("io.quarkiverse.lucene:quarkus-lucene:0.1")
'io.quarkiverse.lucene:quarkus-lucene:jar:0.1'
<dependency org="io.quarkiverse.lucene" name="quarkus-lucene" rev="0.1">
  <artifact name="quarkus-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.lucene', module='quarkus-lucene', version='0.1')
)
libraryDependencies += "io.quarkiverse.lucene" % "quarkus-lucene" % "0.1"
[io.quarkiverse.lucene/quarkus-lucene "0.1"]