| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.iquote |
| Идентификатор | Идентификаторtext-analysis |
| Последняя версия | Последняя версия2.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis is a language detection library implemented in plain Java.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| text-analysis-2.0.4.pom | |
| text-analysis-2.0.4.jar | 17 KB |
| text-analysis-2.0.4-sources.jar | 13 KB |
| text-analysis-2.0.4-javadoc.jar | 426 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.iquote/text-analysis/ -->
<dependency>
<groupId>io.github.iquote</groupId>
<artifactId>text-analysis</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iquote/text-analysis/
implementation 'io.github.iquote:text-analysis:2.0.4'
// https://jarcasting.com/artifacts/io.github.iquote/text-analysis/
implementation ("io.github.iquote:text-analysis:2.0.4")
'io.github.iquote:text-analysis:jar:2.0.4'
<dependency org="io.github.iquote" name="text-analysis" rev="2.0.4">
<artifact name="text-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iquote', module='text-analysis', version='2.0.4')
)
libraryDependencies += "io.github.iquote" % "text-analysis" % "2.0.4"
[io.github.iquote/text-analysis "2.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.iquote : language-detection | jar | 2.0.4 |
| org.apache.lucene : lucene-analyzers-common | jar | 5.4.1 |
| com.twitter : twitter-text | jar | 1.14.1 |
| com.ibm.icu : icu4j | jar | 55.1 |
| org.apache.commons : commons-pool2 | jar | 2.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 |