l

lucene-classification

This bundle contains the Apache Lucene Classification module.
Files download
File Operation
lucene-classification-7.0.1_1.jar download
lucene-classification-7.0.1_1.pom download
Apache Maven
<dependency>
  <groupId>hu.blackbelt.bundles.lucene</groupId>
  <artifactId>lucene-classification</artifactId>
  <version>7.0.1_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'hu.blackbelt.bundles.lucene:lucene-classification:7.0.1_1'
Gradle Kotlin
implementation("hu.blackbelt.bundles.lucene:lucene-classification:7.0.1_1")
Scala SBT
libraryDependencies += "hu.blackbelt.bundles.lucene" % "lucene-classification" % "7.0.1_1"
Groovy Grape
@Grapes(
  @Grab(group='hu.blackbelt.bundles.lucene', module='lucene-classification', version='7.0.1_1')
)
Apache Ivy
<dependency org="hu.blackbelt.bundles.lucene" name="lucene-classification" rev="7.0.1_1" />
Leiningen
[hu.blackbelt.bundles.lucene/lucene-classification "7.0.1_1"]
Apache Buildr
'hu.blackbelt.bundles.lucene:lucene-classification:jar:7.0.1_1'