Download xmpcore-5.1.3.jar file - Jar x

Jar examples for x:xmpcore

Description

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

You can download jar file xmpcore 5.1.3 in this page.

License

The BSD License

Build File

You can use the following script to add xmpcore-5.1.3.jar to your project.

<dependency>
   <groupId>com.adobe.xmp</groupId>
   <artifactId>xmpcore</artifactId>
   <version>5.1.3</version>
</dependency>
compile group: 'com.adobe.xmp', name: 'xmpcore', version: '5.1.3'
libraryDependencies += "com.adobe.xmp" % "xmpcore" % "5.1.3"
<dependency org="com.adobe.xmp" name="xmpcore" rev="5.1.3"/>
@Grapes(@Grab(group='com.adobe.xmp', module='xmpcore', version='5.1.3'))
'com.adobe.xmp:xmpcore:jar:5.1.3'

Download

Click the following link to download the jar file.

xmpcore-5.1.3-javadoc.jar
xmpcore-5.1.3-sources.jar
xmpcore-5.1.3.jar
xmpcore-5.1.3.pom



Related Tutorials