l

lucene-sandbox

Apache Lucene (module: sandbox)
https://lucene.apache.org/
Apache 2
文件下载
文件名 操作
lucene-sandbox-9.10.0.jar 下载
lucene-sandbox-9.10.0.pom 下载
lucene-sandbox-9.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.lucene</groupId>
  <artifactId>lucene-sandbox</artifactId>
  <version>9.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.lucene:lucene-sandbox:9.10.0'
Gradle Kotlin
implementation("org.apache.lucene:lucene-sandbox:9.10.0")
Scala SBT
libraryDependencies += "org.apache.lucene" % "lucene-sandbox" % "9.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.lucene', module='lucene-sandbox', version='9.10.0')
)
Apache Ivy
<dependency org="org.apache.lucene" name="lucene-sandbox" rev="9.10.0" />
Leiningen
[org.apache.lucene/lucene-sandbox "9.10.0"]
Apache Buildr
'org.apache.lucene:lucene-sandbox:jar:9.10.0'