MVN

com.adobe.cq.commerce : cq-commerce-pim

Maven & Gradle

Nov 03, 2020
5 usages

Adobe Communique 5 Commerce Product Information Manager · Adobe CQ Commerce Product Information Manager API and common classes

<dependency>
    <groupId>com.adobe.cq.commerce</groupId>
    <artifactId>cq-commerce-pim</artifactId>
    <version>5.8.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.cq.commerce : cq-commerce-pim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.52

All Versions

Choose a version of com.adobe.cq.commerce : cq-commerce-pim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.9.x
cq-commerce-pim-5.9.26
5.8.x
cq-commerce-pim-5.8.52
5.7.x
cq-commerce-pim-5.7.14
cq-commerce-pim-5.7.6
5.6.x
cq-commerce-pim-5.6.8
cq-commerce-pim-5.6.6

How to add a dependency to Maven

Add the following com.adobe.cq.commerce : cq-commerce-pim maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.cq.commerce</groupId>
    <artifactId>cq-commerce-pim</artifactId>
    <version>5.8.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.cq.commerce : cq-commerce-pim gradle dependency to your build.gradle file:

implementation 'com.adobe.cq.commerce:cq-commerce-pim:5.8.52'

Gradle Kotlin DSL: Add the following com.adobe.cq.commerce : cq-commerce-pim gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.cq.commerce:cq-commerce-pim:5.8.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.cq.commerce : cq-commerce-pim sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.cq.commerce" % "cq-commerce-pim" % "5.8.52"

Advertisement