This section of the AEM Communities documentation is in addition to:
There are now two "uber" artifacts that replace individual artifacts :
- AEM Communities API jar
- AEM Uber API jar
<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-socialcommunities-api</artifactId> <version>1.9.236</version> <scope>provided</scope> </dependency>
The version specified should correspond to the Communities package version installed for AEM Communities. To verify the installed version number :
- login with adminstrative privileges
- browse to Package Manager
for example, http://localhost:4502/crx/packmgr/ - locate the package cq-socialcommunities-pkg-1.x.xxx
- extract the version from the package name
- first version for AEM 6.2 is version 1.9.236
참고:
It is recommended to keep up-to-date with the most recent Communities release.
Visit the Latest Releases section to identify the most recent version.
<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-socialcommunities-api</artifactId> <version>1.9.236</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.2.0</version> <scope>provided</scope> <classifier>apis</classifier> </dependency>
The online javadocs reflect the APIs available in the AEM 6.2 release (Communities version 1.9.236).
For each feature pack* a javadoc jar is made available to be loaded into an IDE or downloaded to a local disk, exploded, and referenced using a browser.
For example, the FP2 javadoc jar is located within this Adobe public repository folder :
- https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social/cq-socialcommunities-api/1.10.111/
- cq-socialcommunities-api-1.10.111-javadoc.jar
- cq-socialcommunities-api-1.10.111-javadoc.jar.md5
- cq-socialcommunities-api-1.10.111-javadoc.jar.sha1
- cq-socialcommunities-api-1.10.111.jar
- cq-socialcommunities-api-1.10.111.jar.md5
- cq-socialcommunities-api-1.10.111.jar.sha1
- cq-socialcommunities-api-1.10.111.pom
- cq-socialcommunities-api-1.10.111.pom.md5
- cq-socialcommunities-api-1.10.111.pom.sha1
* feature packs for AEM 6.2 Communities are versions labeled 1.10.x