langdetect
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nu.validator</groupId>
<artifactId>langdetect</artifactId>
<version>1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>nu.validator</groupId>
<artifactId>langdetect</artifactId>
<version>1.2</version>
<name>langdetect</name>
<description>Fork of the com.cybozu.labs.langdetect language-detection library</description>
<url>https://github.com/validator/language-detection</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>shuyo</id>
<name>Nakatani Shuyo</name>
<url>https://github.com/shuyo</url>
</developer>
<developer>
<id>sideshowbarker</id>
<name>Michael[tm] Smith</name>
<email>mike@w3.org</email>
<url>https://people.w3.org/mike/</url>
</developer>
</developers>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/validator/langdetect/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/validator/langdetect.git</connection>
<developerConnection>scm:git:git://github.com/validator/langdetect.git</developerConnection>
<url>https://github.com/validator/langdetect</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
<version>9.2.25.v20180606</version>
</dependency>
</dependencies>
</project>