Jar examples for x:xmpbox
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 1.8.5 in this page.
Apache License, Version 2.0
You can use the following script to add xmpbox-1.8.5.jar to your project.
<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>xmpbox</artifactId> <version>1.8.5</version> </dependency>
compile group: 'org.apache.pdfbox', name: 'xmpbox', version: '1.8.5'
libraryDependencies += "org.apache.pdfbox" % "xmpbox" % "1.8.5"
<dependency org="org.apache.pdfbox" name="xmpbox" rev="1.8.5"/>
@Grapes(@Grab(group='org.apache.pdfbox', module='xmpbox', version='1.8.5'))
'org.apache.pdfbox:xmpbox:jar:1.8.5'
Click the following link to download the jar file.
xmpbox-1.8.5-javadoc.jar