Text Parser

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

License

License

GroupId

GroupId

com.github.bogdanovmn.txtparser
ArtifactId

ArtifactId

text-parser
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Text Parser
This library uses Apache Tika under the hood. It provides more convenient API.
Project URL

Project URL

http://github.com/bogdanovmn/java-text-parser
Source Code Management

Source Code Management

http://github.com/bogdanovmn/java-text-parser

Download text-parser

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.tika : tika-parsers jar 1.26
org.apache.tika : tika-core jar 1.26

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2