| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.iquote |
| Идентификатор | Идентификаторlanguage-detection |
| Последняя версия | Последняя версия2.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis is a language detection library implemented in plain Java.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| language-detection-2.0.4.pom | |
| language-detection-2.0.4.jar | 2 MB |
| language-detection-2.0.4-sources.jar | 2 MB |
| language-detection-2.0.4-javadoc.jar | 459 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.iquote/language-detection/ -->
<dependency>
<groupId>io.github.iquote</groupId>
<artifactId>language-detection</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iquote/language-detection/
implementation 'io.github.iquote:language-detection:2.0.4'
// https://jarcasting.com/artifacts/io.github.iquote/language-detection/
implementation ("io.github.iquote:language-detection:2.0.4")
'io.github.iquote:language-detection:jar:2.0.4'
<dependency org="io.github.iquote" name="language-detection" rev="2.0.4">
<artifact name="language-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iquote', module='language-detection', version='2.0.4')
)
libraryDependencies += "io.github.iquote" % "language-detection" % "2.0.4"
[io.github.iquote/language-detection "2.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.3 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| commons-io : commons-io | jar | 2.4 |
| org.reflections : reflections | jar | 0.10.2 |
| log4j : log4j | jar | 1.2.17 |
| log4j : apache-log4j-extras | jar | 1.2.17 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
| org.slf4j : jul-to-slf4j | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : annotations | jar | 3.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |
| junit : junit | jar | 4.11 |