MVN

com.adobe.granite : crx2oak

Maven & Gradle

Apr 04, 2022

CRX to Oak repository migration tool

<dependency>
    <groupId>com.adobe.granite</groupId>
    <artifactId>crx2oak</artifactId>
    <version>1.6.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.granite : crx2oak to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.18

All Versions

Choose a version of com.adobe.granite : crx2oak to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
crx2oak-1.10.0
1.8.x
crx2oak-1.8.10
crx2oak-1.8.8
crx2oak-1.8.6
crx2oak-1.8.4
crx2oak-1.8.2
crx2oak-1.8.0
1.6.x
crx2oak-1.6.18
crx2oak-1.6.16
crx2oak-1.6.14
crx2oak-1.6.12
crx2oak-1.6.10
crx2oak-1.6.8
crx2oak-1.6.6
crx2oak-1.6.4
crx2oak-1.6.2
crx2oak-1.6.0

How to add a dependency to Maven

Add the following com.adobe.granite : crx2oak maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.granite</groupId>
    <artifactId>crx2oak</artifactId>
    <version>1.6.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.granite : crx2oak gradle dependency to your build.gradle file:

implementation 'com.adobe.granite:crx2oak:1.6.18'

Gradle Kotlin DSL: Add the following com.adobe.granite : crx2oak gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.granite:crx2oak:1.6.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.granite : crx2oak sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.granite" % "crx2oak" % "1.6.18"