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

org.apache.lucene:lucene-spatial 6.6.1

Geospatial Indexing and Query for Apache Lucene

Группа

Группа

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

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

lucene-spatial
Версия

Версия

6.6.1
Тип

Тип

jar

Скачать lucene-spatial 6.6.1


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