не последняя версия
Последняя версия 1.2.1

com.github.pemistahl:lingua 0.4.0

A natural language detection library for Java and other JVM languages, suitable for long and short text alike

Группа

Группа

com.github.pemistahl
Идентификатор

Идентификатор

lingua
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать lingua 0.4.0


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