License |
License |
---|---|
GroupId | GroupIdcom.cybozu.labs |
ArtifactId | ArtifactIdlangdetect |
Last Version | Last Version1.1-20120112 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlanguage-detection-lib
Language detecton library implemented in Java
|
Filename | Size |
---|---|
langdetect-1.1-20120112.pom | |
langdetect-1.1-20120112.jar | 1 MB |
langdetect-1.1-20120112-sources.jar | 1 MB |
langdetect-1.1-20120112-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cybozu.labs/langdetect/ -->
<dependency>
<groupId>com.cybozu.labs</groupId>
<artifactId>langdetect</artifactId>
<version>1.1-20120112</version>
</dependency>
// https://jarcasting.com/artifacts/com.cybozu.labs/langdetect/
implementation 'com.cybozu.labs:langdetect:1.1-20120112'
// https://jarcasting.com/artifacts/com.cybozu.labs/langdetect/
implementation ("com.cybozu.labs:langdetect:1.1-20120112")
'com.cybozu.labs:langdetect:jar:1.1-20120112'
<dependency org="com.cybozu.labs" name="langdetect" rev="1.1-20120112">
<artifact name="langdetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cybozu.labs', module='langdetect', version='1.1-20120112')
)
libraryDependencies += "com.cybozu.labs" % "langdetect" % "1.1-20120112"
[com.cybozu.labs/langdetect "1.1-20120112"]
Group / Artifact | Type | Version |
---|---|---|
net.arnx : jsonic | jar | 1.2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |