Download jempbox-1.8.12.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.12 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jempbox-1.8.12-javadoc.jar
jempbox-1.8.12-sources.jar
jempbox-1.8.12.jar
jempbox-1.8.12.pom



Related Tutorials