6D Labs / CQ Extended Tag Library / Installation
The latest version of each bundle can be downloaded from the Project Releases page and then installed through the OSGi Console or via a CRX Package.
The CQ Extended Tag Library is supported in AEM (Adobe CQ) versions 5.5 - 5.6.1. It has not been validated against newer versions and due to it’s inclusion of the Granite XSS API, it is not compatible with CQ 5.4 or older. If you need a version compatible with older versions of CQ, please create an issue and I will create a specific release.
Additionally, the CQ Extended Tab Library is available through the Maven Central Repository. To add the CQ Extended Tab Library into your project, add the following dependency into your POM:
<dependency>
<groupId>com.sixdimensions.wcm.cq</groupId>
<artifactId>com.sixdimensions.wcm.cq.taglib.ext</artifactId>
<version>0.1.0</version>
</dependency>
This way, you can easily embed the bundle into a content package.