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.
Files download
File Operation
xmpbox-1.8.7.jar download
xmpbox-1.8.7.pom download
xmpbox-1.8.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.pdfbox</groupId>
  <artifactId>xmpbox</artifactId>
  <version>1.8.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.pdfbox:xmpbox:1.8.7'
Gradle Kotlin
implementation("org.apache.pdfbox:xmpbox:1.8.7")
Scala SBT
libraryDependencies += "org.apache.pdfbox" % "xmpbox" % "1.8.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pdfbox', module='xmpbox', version='1.8.7')
)
Apache Ivy
<dependency org="org.apache.pdfbox" name="xmpbox" rev="1.8.7" />
Leiningen
[org.apache.pdfbox/xmpbox "1.8.7"]
Apache Buildr
'org.apache.pdfbox:xmpbox:jar:1.8.7'