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
文件下载
文件名 操作
xmpcore-5.1.2.jar 下载
xmpcore-5.1.2.pom 下载
xmpcore-5.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.adobe.xmp</groupId>
  <artifactId>xmpcore</artifactId>
  <version>5.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.xmp:xmpcore:5.1.2'
Gradle Kotlin
implementation("com.adobe.xmp:xmpcore:5.1.2")
Scala SBT
libraryDependencies += "com.adobe.xmp" % "xmpcore" % "5.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.xmp', module='xmpcore', version='5.1.2')
)
Apache Ivy
<dependency org="com.adobe.xmp" name="xmpcore" rev="5.1.2" />
Leiningen
[com.adobe.xmp/xmpcore "5.1.2"]
Apache Buildr
'com.adobe.xmp:xmpcore:jar:5.1.2'
本项目依赖
该项目无第三方依赖