Download tika-xmp-1.16.jar file - Jar t

Jar examples for t:tika-xmp

Description

Converts Tika metadata to XMP

You can download jar file tika-xmp 1.16 in this page.

License

Apache License

Build File

You can use the following script to add tika-xmp-1.16.jar to your project.

<dependency>
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-xmp</artifactId>
   <version>1.16</version>
</dependency>
compile group: 'org.apache.tika', name: 'tika-xmp', version: '1.16'
libraryDependencies += "org.apache.tika" % "tika-xmp" % "1.16"
<dependency org="org.apache.tika" name="tika-xmp" rev="1.16"/>
@Grapes(@Grab(group='org.apache.tika', module='tika-xmp', version='1.16'))
'org.apache.tika:tika-xmp:jar:1.16'

Download

Click the following link to download the jar file.

tika-xmp-1.16-javadoc.jar
tika-xmp-1.16-sources.jar
tika-xmp-1.16-tests.jar
tika-xmp-1.16.jar
tika-xmp-1.16.pom



Related Tutorials