MVN

com.adobe.commerce.cif : magento-graphql

Maven & Gradle

Jul 12, 2022
9 usages
21 stars

Magento GraphQL data models and query builders · AEM bundle for the Magento GraphQL data models and query builders

<dependency>
    <groupId>com.adobe.commerce.cif</groupId>
    <artifactId>magento-graphql</artifactId>
    <version>11.1.0-magento244ee</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.1.0-magento244ee

All Versions

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

Version Vulnerabilities Updated
11.1.x
magento-graphql-11.1.0-magento244ee
11.0.x
magento-graphql-11.0.0-magento244ee
10.1.x
magento-graphql-10.1.0-magento243ee
10.0.x
magento-graphql-10.0.0-magento243ee
9.1.x
magento-graphql-9.1.0-magento242ee
9.0.x
magento-graphql-9.0.0-magento242ee
8.1.x
magento-graphql-8.1.0-magento241ee
8.0.x
magento-graphql-8.0.0-magento241ee
7.2.x
magento-graphql-7.2.0-magento240
7.1.x
magento-graphql-7.1.0-magento240
7.0.x
magento-graphql-7.0.0-magento240
6.0.x
magento-graphql-6.0.0-magento235
5.1.x
magento-graphql-5.1.0-magento234
5.0.x
magento-graphql-5.0.0-magento234
4.0.x
magento-graphql-4.0.0-magento233
3.1.x
magento-graphql-3.1.0-magento232
3.0.x
magento-graphql-3.0.1-magento232
magento-graphql-3.0.0-magento232
2.0.x
magento-graphql-2.0.0-magento231
1.0.x
magento-graphql-1.0.0-magento230

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.commerce.cif</groupId>
    <artifactId>magento-graphql</artifactId>
    <version>11.1.0-magento244ee</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.adobe.commerce.cif:magento-graphql:11.1.0-magento244ee'

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

implementation("com.adobe.commerce.cif:magento-graphql:11.1.0-magento244ee")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.adobe.commerce.cif" % "magento-graphql" % "11.1.0-magento244ee"

Advertisement