l

lucene-spatial

This bundle contains the Apache Lucene Spatial Strategies.
文件下载
文件名 操作
lucene-spatial-7.0.1_1.jar 下载
lucene-spatial-7.0.1_1.pom 下载
Apache Maven
<dependency>
  <groupId>hu.blackbelt.bundles.lucene</groupId>
  <artifactId>lucene-spatial</artifactId>
  <version>7.0.1_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'hu.blackbelt.bundles.lucene:lucene-spatial:7.0.1_1'
Gradle Kotlin
implementation("hu.blackbelt.bundles.lucene:lucene-spatial:7.0.1_1")
Scala SBT
libraryDependencies += "hu.blackbelt.bundles.lucene" % "lucene-spatial" % "7.0.1_1"
Groovy Grape
@Grapes(
  @Grab(group='hu.blackbelt.bundles.lucene', module='lucene-spatial', version='7.0.1_1')
)
Apache Ivy
<dependency org="hu.blackbelt.bundles.lucene" name="lucene-spatial" rev="7.0.1_1" />
Leiningen
[hu.blackbelt.bundles.lucene/lucene-spatial "7.0.1_1"]
Apache Buildr
'hu.blackbelt.bundles.lucene:lucene-spatial:jar:7.0.1_1'