is not current version
Last Version 6.1.11

com.adobe.xmp:xmpcore 5.1.3

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

5.1.3
Type

Type

jar

Download xmpcore 5.1.3


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