MVN

com.adobe.aem : aem-guides-sdk-api

Maven & Gradle

Jun 27, 2023

Adobe Experience Manager Guides API SDK · The Adobe Experience Manager Guides API SDK

<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>aem-guides-sdk-api</artifactId>
    <version>2023.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.aem : aem-guides-sdk-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.7.0

All Versions

Choose a version of com.adobe.aem : aem-guides-sdk-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.7.x
aem-guides-sdk-api-2023.7.0
2023.6
aem-guides-sdk-api-2023.6
2023.4
aem-guides-sdk-api-2023.4
2023.3
aem-guides-sdk-api-2023.3
2023.2
aem-guides-sdk-api-2023.2
2022.11
aem-guides-sdk-api-2022.11
2022.10
aem-guides-sdk-api-2022.10
2022.9
aem-guides-sdk-api-2022.9
2022.8
aem-guides-sdk-api-2022.8
2022.5
aem-guides-sdk-api-2022.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>aem-guides-sdk-api</artifactId>
    <version>2023.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.aem : aem-guides-sdk-api gradle dependency to your build.gradle file:

implementation 'com.adobe.aem:aem-guides-sdk-api:2023.7.0'

Gradle Kotlin DSL: Add the following com.adobe.aem : aem-guides-sdk-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.aem:aem-guides-sdk-api:2023.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.aem : aem-guides-sdk-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.aem" % "aem-guides-sdk-api" % "2023.7.0"

Advertisement