You can also watch the new core components (available in 6.3) here: https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-componentsThey have HTL + Sling models
Add the following dependency to your core/pom.xml <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>provided</scope> </dependency>
Have this dependency: <!-- AEM6.x dependency --> <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.2.0-SP1</version> <!-- for AEM6.1 use this version : <version>6.1.0</version> --> <!-- for ...