License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.github.kanlon |
ArtifactId | ArtifactIdlanguage-distinguish |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlanguage-distinguish
language detect, it can detect differ language by a string , it use shuyo's language-detect and google
translate.
|
Project URL |
Project URL |
Filename | Size |
---|---|
language-distinguish-1.1.pom | |
language-distinguish-1.1.jar | 931 KB |
language-distinguish-1.1-sources.jar | 925 KB |
language-distinguish-1.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/ -->
<dependency>
<groupId>com.github.kanlon</groupId>
<artifactId>language-distinguish</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/
implementation 'com.github.kanlon:language-distinguish:1.1'
// https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/
implementation ("com.github.kanlon:language-distinguish:1.1")
'com.github.kanlon:language-distinguish:jar:1.1'
<dependency org="com.github.kanlon" name="language-distinguish" rev="1.1">
<artifact name="language-distinguish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kanlon', module='language-distinguish', version='1.1')
)
libraryDependencies += "com.github.kanlon" % "language-distinguish" % "1.1"
[com.github.kanlon/language-distinguish "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.cybozu.labs : langdetect | jar | 1.1-20120112 |
org.projectlombok : lombok | jar | 1.16.10 |
com.google.code.scriptengines : scriptengines-javascript | jar | 1.1.1 |
org.json : json | jar | 20180813 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
org.slf4j : slf4j-log4j12 | jar | 1.8.0-beta2 |