License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-spatial |
Last Version | Last Version8.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucene Spatial
Geospatial Indexing and Query for Apache Lucene
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-spatial-8.4.1.pom | |
lucene-spatial-8.4.1.jar | 56 KB |
lucene-spatial-8.4.1-sources.jar | 59 KB |
lucene-spatial-8.4.1-javadoc.jar | 236 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial</artifactId>
<version>8.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial/
implementation 'org.apache.lucene:lucene-spatial:8.4.1'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial/
implementation ("org.apache.lucene:lucene-spatial:8.4.1")
'org.apache.lucene:lucene-spatial:jar:8.4.1'
<dependency org="org.apache.lucene" name="lucene-spatial" rev="8.4.1">
<artifact name="lucene-spatial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-spatial', version='8.4.1')
)
libraryDependencies += "org.apache.lucene" % "lucene-spatial" % "8.4.1"
[org.apache.lucene/lucene-spatial "8.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 8.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-test-framework | jar | 8.4.1 |
org.apache.lucene : lucene-codecs | jar | 8.4.1 |
junit : junit | jar | 4.12 |
com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.7.2 |