GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-spatial-extras |
Version | Version8.6.2 |
Type | Typejar |
Filename | Size |
---|---|
lucene-spatial-extras-8.6.2.pom | |
lucene-spatial-extras-8.6.2.jar | 235 KB |
lucene-spatial-extras-8.6.2-sources.jar | 173 KB |
lucene-spatial-extras-8.6.2-javadoc.jar | 560 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial-extras/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial-extras</artifactId>
<version>8.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial-extras/
implementation 'org.apache.lucene:lucene-spatial-extras:8.6.2'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-spatial-extras/
implementation ("org.apache.lucene:lucene-spatial-extras:8.6.2")
'org.apache.lucene:lucene-spatial-extras:jar:8.6.2'
<dependency org="org.apache.lucene" name="lucene-spatial-extras" rev="8.6.2">
<artifact name="lucene-spatial-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-spatial-extras', version='8.6.2')
)
libraryDependencies += "org.apache.lucene" % "lucene-spatial-extras" % "8.6.2"
[org.apache.lucene/lucene-spatial-extras "8.6.2"]