License |
License |
---|---|
GroupId | GroupIdcom.adobe.aem |
ArtifactId | ArtifactIdaem-api |
Last Version | Last Version6.1.0-beta3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaem-api
-
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aem-api-6.1.0-beta3.pom | |
aem-api-6.1.0-beta3.jar | 6 MB |
aem-api-6.1.0-beta3-sources.jar | 6 MB |
aem-api-6.1.0-beta3-javadoc.jar | 459 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.aem/aem-api/ -->
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-api</artifactId>
<version>6.1.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.aem/aem-api/
implementation 'com.adobe.aem:aem-api:6.1.0-beta3'
// https://jarcasting.com/artifacts/com.adobe.aem/aem-api/
implementation ("com.adobe.aem:aem-api:6.1.0-beta3")
'com.adobe.aem:aem-api:jar:6.1.0-beta3'
<dependency org="com.adobe.aem" name="aem-api" rev="6.1.0-beta3">
<artifact name="aem-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.aem', module='aem-api', version='6.1.0-beta3')
)
libraryDependencies += "com.adobe.aem" % "aem-api" % "6.1.0-beta3"
[com.adobe.aem/aem-api "6.1.0-beta3"]