не последняя версия
Последняя версия 9.2.0

org.apache.lucene:lucene-sandbox 8.5.1

Lucene Sandbox

Группа

Группа

org.apache.lucene
Идентификатор

Идентификатор

lucene-sandbox
Версия

Версия

8.5.1
Тип

Тип

jar

Скачать lucene-sandbox 8.5.1


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