is not current version
Last Version 1.2.1

com.github.pemistahl:lingua 0.3.1

A language detection library for Kotlin and Java, suitable for long and short text alike

GroupId

GroupId

com.github.pemistahl
ArtifactId

ArtifactId

lingua
Version

Version

0.3.1
Type

Type

jar

Download lingua 0.3.1


<!-- https://jarcasting.com/artifacts/com.github.pemistahl/lingua/ -->
<dependency>
    <groupId>com.github.pemistahl</groupId>
    <artifactId>lingua</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation 'com.github.pemistahl:lingua:0.3.1'
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation ("com.github.pemistahl:lingua:0.3.1")
'com.github.pemistahl:lingua:jar:0.3.1'
<dependency org="com.github.pemistahl" name="lingua" rev="0.3.1">
  <artifact name="lingua" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pemistahl', module='lingua', version='0.3.1')
)
libraryDependencies += "com.github.pemistahl" % "lingua" % "0.3.1"
[com.github.pemistahl/lingua "0.3.1"]