MVN

com.adobe.commerce.cif : api-model

Maven & Gradle

Mar 14, 2019
18 stars

Commerce Integration Framework (CIF) Cloud - API and Models · This package contains the REST API and java model definition of the Commerce Integration Framework (CIF) Cloud.

<dependency>
    <groupId>com.adobe.commerce.cif</groupId>
    <artifactId>api-model</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.commerce.cif : api-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.adobe.commerce.cif : api-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
api-model-1.5.0
1.4.x
api-model-1.4.0
1.3.x
api-model-1.3.0
1.2.x
api-model-1.2.0
1.1.x
api-model-1.1.2
api-model-1.1.1
api-model-1.1.0
1.0.x
api-model-1.0.0
0.1.x
api-model-0.1.127
api-model-0.1.126
api-model-0.1.125
api-model-0.1.124
api-model-0.1.123
api-model-0.1.121

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.commerce.cif</groupId>
    <artifactId>api-model</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.commerce.cif : api-model gradle dependency to your build.gradle file:

implementation 'com.adobe.commerce.cif:api-model:1.5.0'

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

implementation("com.adobe.commerce.cif:api-model:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.commerce.cif : api-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.commerce.cif" % "api-model" % "1.5.0"