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