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-5.1.1.jar download
xmpcore-5.1.1.pom download
xmpcore-5.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.xmp</groupId>
  <artifactId>xmpcore</artifactId>
  <version>5.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.xmp:xmpcore:5.1.1'
Gradle Kotlin
implementation("com.adobe.xmp:xmpcore:5.1.1")
Scala SBT
libraryDependencies += "com.adobe.xmp" % "xmpcore" % "5.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.xmp', module='xmpcore', version='5.1.1')
)
Apache Ivy
<dependency org="com.adobe.xmp" name="xmpcore" rev="5.1.1" />
Leiningen
[com.adobe.xmp/xmpcore "5.1.1"]
Apache Buildr
'com.adobe.xmp:xmpcore:jar:5.1.1'
Dependencies
The project has no third-party dependencies