Download tika-core-0.9.jar file - Jar t

Jar examples for t:tika-core

Description

This is the core Apache Tika? toolkit library from which all other modules inherit functionality. It also includes the core facades for the Tika API.

You can download jar file tika-core 0.9 in this page.

License

Apache License

Build File

You can use the following script to add tika-core-0.9.jar to your project.

<dependency>
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-core</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'org.apache.tika', name: 'tika-core', version: '0.9'
libraryDependencies += "org.apache.tika" % "tika-core" % "0.9"
<dependency org="org.apache.tika" name="tika-core" rev="0.9"/>
@Grapes(@Grab(group='org.apache.tika', module='tika-core', version='0.9'))
'org.apache.tika:tika-core:jar:0.9'

Download

Click the following link to download the jar file.

tika-core-0.9-javadoc.jar
tika-core-0.9-jdk14.jar
tika-core-0.9-sources.jar
tika-core-0.9.jar
tika-core-0.9.pom



Related Tutorials