License |
License
Copyright 2007 Adobe. All Rights Reserved.
|
---|---|
Categories |
CategoriesIDE Development Tools GUI User Interface |
GroupId | GroupIdcom.adobe.aem |
ArtifactId | ArtifactIdaem-guides-sdk-api |
Last Version | Last Version2022.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdobe Experience Manager Guides API SDK
The Adobe Experience Manager Guides API SDK
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aem-guides-sdk-api-2022.5.pom | |
aem-guides-sdk-api-2022.5.jar | 25 KB |
aem-guides-sdk-api-2022.5-sources.jar | 478 bytes |
aem-guides-sdk-api-2022.5-javadoc.jar | 478 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.aem/aem-guides-sdk-api/ -->
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-guides-sdk-api</artifactId>
<version>2022.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.aem/aem-guides-sdk-api/
implementation 'com.adobe.aem:aem-guides-sdk-api:2022.5'
// https://jarcasting.com/artifacts/com.adobe.aem/aem-guides-sdk-api/
implementation ("com.adobe.aem:aem-guides-sdk-api:2022.5")
'com.adobe.aem:aem-guides-sdk-api:jar:2022.5'
<dependency org="com.adobe.aem" name="aem-guides-sdk-api" rev="2022.5">
<artifact name="aem-guides-sdk-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.aem', module='aem-guides-sdk-api', version='2022.5')
)
libraryDependencies += "com.adobe.aem" % "aem-guides-sdk-api" % "2022.5"
[com.adobe.aem/aem-guides-sdk-api "2022.5"]