is not current version
Last Version 8.4.1

org.apache.lucene:lucene-spatial 7.3.0

Geospatial Indexing and Query for Apache Lucene

GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-spatial
Version

Version

7.3.0
Type

Type

jar

Download lucene-spatial 7.3.0


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