is not current version
Last Version 6.1.11

com.adobe.xmp:xmpcore 6.1.10

The XMP Library for Java is based on the C++ XMPCore library and the API is similar.

GroupId

GroupId

com.adobe.xmp
ArtifactId

ArtifactId

xmpcore
Version

Version

6.1.10
Type

Type

jar

Download xmpcore 6.1.10


<!-- https://jarcasting.com/artifacts/com.adobe.xmp/xmpcore/ -->
<dependency>
    <groupId>com.adobe.xmp</groupId>
    <artifactId>xmpcore</artifactId>
    <version>6.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.xmp/xmpcore/
implementation 'com.adobe.xmp:xmpcore:6.1.10'
// https://jarcasting.com/artifacts/com.adobe.xmp/xmpcore/
implementation ("com.adobe.xmp:xmpcore:6.1.10")
'com.adobe.xmp:xmpcore:jar:6.1.10'
<dependency org="com.adobe.xmp" name="xmpcore" rev="6.1.10">
  <artifact name="xmpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.xmp', module='xmpcore', version='6.1.10')
)
libraryDependencies += "com.adobe.xmp" % "xmpcore" % "6.1.10"
[com.adobe.xmp/xmpcore "6.1.10"]