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.
https://tika.apache.org/
The Apache Software Foundation
Files download
File Operation
tika-core-2.2.1.jar download
tika-core-2.2.1.pom download
tika-core-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.tika</groupId>
  <artifactId>tika-core</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.tika:tika-core:2.2.1'
Gradle Kotlin
implementation("org.apache.tika:tika-core:2.2.1")
Scala SBT
libraryDependencies += "org.apache.tika" % "tika-core" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tika', module='tika-core', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.tika" name="tika-core" rev="2.2.1" />
Leiningen
[org.apache.tika/tika-core "2.2.1"]
Apache Buildr
'org.apache.tika:tika-core:jar:2.2.1'