is not current version
Last Version 2.4.1

org.apache.tika:tika-example 1.28.3

This module contains examples of how to use Apache Tika.

GroupId

GroupId

org.apache.tika
ArtifactId

ArtifactId

tika-example
Version

Version

1.28.3
Type

Type

jar

Download tika-example 1.28.3


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