l

langdetect-opencms

langdetect-opencms is an extention of langdetect for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
http://opencms.org
GNU LESSER GENERAL PUBLIC LICENSE 2.1
Alexander Kandzior
Files download
File Operation
langdetect-opencms-1.0.jar download
langdetect-opencms-1.0.pom download
langdetect-opencms-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencms</groupId>
  <artifactId>langdetect-opencms</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencms:langdetect-opencms:1.0'
Gradle Kotlin
implementation("org.opencms:langdetect-opencms:1.0")
Scala SBT
libraryDependencies += "org.opencms" % "langdetect-opencms" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms', module='langdetect-opencms', version='1.0')
)
Apache Ivy
<dependency org="org.opencms" name="langdetect-opencms" rev="1.0" />
Leiningen
[org.opencms/langdetect-opencms "1.0"]
Apache Buildr
'org.opencms:langdetect-opencms:jar:1.0'