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

com.github.bogdanovmn.txtparser:text-parser 1.0.2

This library uses Apache Tika under the hood. It provides more convenient API.

Группа

Группа

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

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

text-parser
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать text-parser 1.0.2


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