This section of the AEM Communities documentation is in addition to:
There is only one “uber” artifact that replace individual artifacts:
From AEM 6.4 onwards, the Communities APIs are not released explicitly. All the Communities APIs are are now included in the Uber jar itself.
It is recommended to keep up-to-date with the most recent Communities release.
See Latest Releases section to identify the most recent version.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.5.7</version>
<scope>provided</scope>
</dependency>
See AEM Uber jar repository to identify the latest Uber jar artifact.