s

solr-langdetect

Solr Specific langdetect r111 compiled with JDK 5
Files download
File Operation
solr-langdetect-3.5.0.jar download
solr-langdetect-3.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.solr</groupId>
  <artifactId>solr-langdetect</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.solr:solr-langdetect:3.5.0'
Gradle Kotlin
implementation("org.apache.solr:solr-langdetect:3.5.0")
Scala SBT
libraryDependencies += "org.apache.solr" % "solr-langdetect" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.solr', module='solr-langdetect', version='3.5.0')
)
Apache Ivy
<dependency org="org.apache.solr" name="solr-langdetect" rev="3.5.0" />
Leiningen
[org.apache.solr/solr-langdetect "3.5.0"]
Apache Buildr
'org.apache.solr:solr-langdetect:jar:3.5.0'