License |
License |
---|---|
GroupId | GroupIdcom.icfolson.aem |
ArtifactId | ArtifactIdsling-translate |
Version | Version2.0.2 |
Type | Typepom |
Description |
DescriptionThe AEM Library provides a sturdy foundation for bootstrapping and simplifying AEM (Adobe CQ) projects.
|
Project Organization |
Project OrganizationICF-Olson |
Filename | Size |
---|---|
sling-translate-2.0.2.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icfolson.aem/sling-translate/ -->
<dependency>
<groupId>com.icfolson.aem</groupId>
<artifactId>sling-translate</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.icfolson.aem/sling-translate/
implementation 'com.icfolson.aem:sling-translate:2.0.2'
// https://jarcasting.com/artifacts/com.icfolson.aem/sling-translate/
implementation ("com.icfolson.aem:sling-translate:2.0.2")
'com.icfolson.aem:sling-translate:pom:2.0.2'
<dependency org="com.icfolson.aem" name="sling-translate" rev="2.0.2">
<artifact name="sling-translate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.icfolson.aem', module='sling-translate', version='2.0.2')
)
libraryDependencies += "com.icfolson.aem" % "sling-translate" % "2.0.2"
[com.icfolson.aem/sling-translate "2.0.2"]