MVN

org.tallison.xmp : xmpcore-shaded

Maven & Gradle

Nov 18, 2020
14 usages
0 stars

XMPCore Shaded · This project shades Adobe's xmpcore to remove the *.internal.* component from name spaces to make recent versions backwards compatible

<dependency>
    <groupId>org.tallison.xmp</groupId>
    <artifactId>xmpcore-shaded</artifactId>
    <version>6.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tallison.xmp : xmpcore-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.11

All Versions

Choose a version of org.tallison.xmp : xmpcore-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
xmpcore-shaded-6.1.11
xmpcore-shaded-6.1.10

How to add a dependency to Maven

Add the following org.tallison.xmp : xmpcore-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tallison.xmp</groupId>
    <artifactId>xmpcore-shaded</artifactId>
    <version>6.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tallison.xmp : xmpcore-shaded gradle dependency to your build.gradle file:

implementation 'org.tallison.xmp:xmpcore-shaded:6.1.11'

Gradle Kotlin DSL: Add the following org.tallison.xmp : xmpcore-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tallison.xmp:xmpcore-shaded:6.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tallison.xmp : xmpcore-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tallison.xmp" % "xmpcore-shaded" % "6.1.11"

Advertisement