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