x

xmpcore

The XMP Library for Java is based on the C++ XMPCore library and the API is similar.
http://www.adobe.com/devnet/xmp.html
The BSD License
Files download
File Operation
xmpcore-6.0.6.jar download
xmpcore-6.0.6.pom download
xmpcore-6.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.xmp</groupId>
  <artifactId>xmpcore</artifactId>
  <version>6.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.xmp:xmpcore:6.0.6'
Gradle Kotlin
implementation("com.adobe.xmp:xmpcore:6.0.6")
Scala SBT
libraryDependencies += "com.adobe.xmp" % "xmpcore" % "6.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.xmp', module='xmpcore', version='6.0.6')
)
Apache Ivy
<dependency org="com.adobe.xmp" name="xmpcore" rev="6.0.6" />
Leiningen
[com.adobe.xmp/xmpcore "6.0.6"]
Apache Buildr
'com.adobe.xmp:xmpcore:jar:6.0.6'
Dependencies
The project has no third-party dependencies