t

tika-bundle

OSGi bundle that contains the tika-parsers component and all its upstream dependencies that aren't OSGI bundles by themselves. This bundle exports no packages, only the Parser and Detector services from the tika-parsers component.
http://tika.apache.org/
The Apache Software Founation
Files download
File Operation
tika-bundle-1.0.6.jar download
tika-bundle-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.lafa.tikaNoExternal</groupId>
  <artifactId>tika-bundle</artifactId>
  <version>1.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.lafa.tikaNoExternal:tika-bundle:1.0.6'
Gradle Kotlin
implementation("com.github.lafa.tikaNoExternal:tika-bundle:1.0.6")
Scala SBT
libraryDependencies += "com.github.lafa.tikaNoExternal" % "tika-bundle" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lafa.tikaNoExternal', module='tika-bundle', version='1.0.6')
)
Apache Ivy
<dependency org="com.github.lafa.tikaNoExternal" name="tika-bundle" rev="1.0.6" />
Leiningen
[com.github.lafa.tikaNoExternal/tika-bundle "1.0.6"]
Apache Buildr
'com.github.lafa.tikaNoExternal:tika-bundle:jar:1.0.6'