Registry / utility / uber-jar

uber-jar

JSON →
library6.6.2javamavenunverified

The Adobe AEM Uber jar containing all AEM API dependencies.

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.6.2</version> </dependency>
INSTALL
IMPORT
SIG · UBER-JAR
U
uber-jar
utilityjavav6.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Page
com.day.cq.wcm.api.Page

Minimal usage of AEM Page API from the Uber jar.

import com.day.cq.wcm.api.Page; public class Example { public static void main(String[] args) { Page page = null; // obtained from resource resolver System.out.println(page.getTitle()); } }
Debug
Known issues
breakingUber jar version must match AEM version exactly; mismatch causes class loading issues.
fix
Use the exact version corresponding to your AEM instance (e.g., 6.6.2 for AEM 6.6).
affects: *
Upgrade
Version history
6.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
uber-jar — mvn dependency:get uber-jar · libregistry