Jar examples for t:tika-core
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.6 in this page.
Apache License
You can use the following script to add tika-core-0.6.jar to your project.
<dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>0.6</version> </dependency>
compile group: 'org.apache.tika', name: 'tika-core', version: '0.6'
libraryDependencies += "org.apache.tika" % "tika-core" % "0.6"
<dependency org="org.apache.tika" name="tika-core" rev="0.6"/>
@Grapes(@Grab(group='org.apache.tika', module='tika-core', version='0.6'))
'org.apache.tika:tika-core:jar:0.6'
Click the following link to download the jar file.
tika-core-0.6-javadoc.jar