License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.icfolson.aem.groovy.console |
ArtifactId | ArtifactIdaem-groovy-console |
Last Version | Last Version16.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAEM Groovy Console
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be
created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the AEM, Sling,
or JCR APIs.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/ -->
<dependency>
<groupId>com.icfolson.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>16.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation 'com.icfolson.aem.groovy.console:aem-groovy-console:16.0.0'
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation ("com.icfolson.aem.groovy.console:aem-groovy-console:16.0.0")
'com.icfolson.aem.groovy.console:aem-groovy-console:jar:16.0.0'
<dependency org="com.icfolson.aem.groovy.console" name="aem-groovy-console" rev="16.0.0">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icfolson.aem.groovy.console', module='aem-groovy-console', version='16.0.0')
)
libraryDependencies += "com.icfolson.aem.groovy.console" % "aem-groovy-console" % "16.0.0"
[com.icfolson.aem.groovy.console/aem-groovy-console "16.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
org.osgi : org.osgi.service.metatype.annotations | jar | 1.4.0 |
org.osgi : org.osgi.service.component | jar | 1.4.0 |
org.osgi : org.osgi.service.event | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.jcr : jcr | jar | 2.0 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.inject : javax.inject | jar | 1 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
javax.mail : mail | jar | 1.5.0-b01 |
org.osgi : osgi.core | jar | 6.0.0 |
org.osgi : osgi.cmpn | jar | 6.0.0 |
org.osgi : osgi.annotation | jar | 6.0.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.5 |
org.apache.commons : commons-email | jar | 1.5 |
org.codehaus.groovy : groovy-all | jar | 2.4.15 |
com.icfolson.aem.groovy.extension : aem-groovy-extension-bundle | jar | 7.0.0 |
com.adobe.aem : uber-jar | jar | 6.3.2 |
Group / Artifact | Type | Version |
---|---|---|
com.icfolson.aem.prosper : prosper | jar | 15.1.0 |