Download xmpbox-2.0.1.jar file - Jar x

Jar examples for x:xmpbox

Description

The Apache XmpBox library is an open source Java tool that implements Adobe's XMP(TM) specification. It can be used to parse, validate and create xmp contents. It is mainly used by subproject preflight of Apache PDFBox. XmpBox is a subproject of Apache PDFBox.

You can download jar file xmpbox 2.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add xmpbox-2.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

xmpbox-2.0.1-javadoc.jar
xmpbox-2.0.1-sources.jar
xmpbox-2.0.1.jar
xmpbox-2.0.1.pom



Related Tutorials