GroupId | GroupIdorg.kie.commons |
---|---|
ArtifactId | ArtifactIdkieora-backend-lucene |
Version | Version6.0.0.Beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.commons/kieora-backend-lucene/ -->
<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kieora-backend-lucene</artifactId>
<version>6.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.commons/kieora-backend-lucene/
implementation 'org.kie.commons:kieora-backend-lucene:6.0.0.Beta1'
// https://jarcasting.com/artifacts/org.kie.commons/kieora-backend-lucene/
implementation ("org.kie.commons:kieora-backend-lucene:6.0.0.Beta1")
'org.kie.commons:kieora-backend-lucene:jar:6.0.0.Beta1'
<dependency org="org.kie.commons" name="kieora-backend-lucene" rev="6.0.0.Beta1">
<artifact name="kieora-backend-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.commons', module='kieora-backend-lucene', version='6.0.0.Beta1')
)
libraryDependencies += "org.kie.commons" % "kieora-backend-lucene" % "6.0.0.Beta1"
[org.kie.commons/kieora-backend-lucene "6.0.0.Beta1"]