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
文件下载
文件名 操作
tika-core-2.3.0.jar 下载
tika-core-2.3.0.pom 下载
tika-core-2.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.tika</groupId>
  <artifactId>tika-core</artifactId>
  <version>2.3.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.tika:tika-core:2.3.0'
Gradle Kotlin
implementation("org.apache.tika:tika-core:2.3.0")
Scala SBT
libraryDependencies += "org.apache.tika" % "tika-core" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tika', module='tika-core', version='2.3.0')
)
Apache Ivy
<dependency org="org.apache.tika" name="tika-core" rev="2.3.0" />
Leiningen
[org.apache.tika/tika-core "2.3.0"]
Apache Buildr
'org.apache.tika:tika-core:jar:2.3.0'