is not current version
Last Version 2.4.1

org.apache.tika:tika 0.3

Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.

GroupId

GroupId

org.apache.tika
ArtifactId

ArtifactId

tika
Version

Version

0.3
Type

Type

jar

Download tika 0.3


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