Download jempbox-1.8.13.jar file - Jar j

Jar examples for j:jempbox

Description

The Apache JempBox library is an open source Java tool that implements Adobe's XMP(TM) specification. JempBox is a subproject of Apache PDFBox.

You can download jar file jempbox 1.8.13 in this page.

License

Apache License

Build File

You can use the following script to add jempbox-1.8.13.jar to your project.

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

Download

Click the following link to download the jar file.

jempbox-1.8.13-javadoc.jar
jempbox-1.8.13-sources.jar
jempbox-1.8.13.jar
jempbox-1.8.13.pom



Related Tutorials