License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.citytechinc.aem.groovy.console |
ArtifactId | ArtifactIdaem-groovy-console |
Version | Version8.1.0 |
Type | Typejar |
Description |
DescriptionAEM Groovy Console
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM (Adobe CQ) 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 Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aem-groovy-console-8.1.0.pom | |
aem-groovy-console-8.1.0.zip | 6 MB |
aem-groovy-console-8.1.0-sources.jar | 26 KB |
aem-groovy-console-8.1.0-javadoc.jar | 531 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/ -->
<dependency>
<groupId>com.citytechinc.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation 'com.citytechinc.aem.groovy.console:aem-groovy-console:8.1.0'
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation ("com.citytechinc.aem.groovy.console:aem-groovy-console:8.1.0")
'com.citytechinc.aem.groovy.console:aem-groovy-console:jar:8.1.0'
<dependency org="com.citytechinc.aem.groovy.console" name="aem-groovy-console" rev="8.1.0">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citytechinc.aem.groovy.console', module='aem-groovy-console', version='8.1.0')
)
libraryDependencies += "com.citytechinc.aem.groovy.console" % "aem-groovy-console" % "8.1.0"
[com.citytechinc.aem.groovy.console/aem-groovy-console "8.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.jcr : jcr | jar | |
javax.servlet : servlet-api | jar | |
javax.servlet : jsp-api | jar | |
org.osgi : org.osgi.core | jar | |
org.apache.felix : org.apache.felix.scr | jar | |
org.apache.sling : org.apache.sling.api | jar | |
org.apache.sling : org.apache.sling.jcr.api | jar | |
org.apache.sling : org.apache.sling.jcr.resource | jar | |
org.apache.sling : org.apache.sling.scripting.jsp.taglib | jar | |
com.day.cq.wcm : cq-wcm-api | jar | |
com.day.cq : cq-commons | jar | |
com.day.commons : day-commons-text | jar | |
com.day.cq : cq-search | jar | |
com.day.cq : cq-mailer | jar | |
com.day.cq : cq-tagging | jar | |
com.day.cq.wcm : cq-wcm-taglib | jar | [5.7.4,5.8.2] |
com.adobe.granite : com.adobe.granite.replication.core | jar | |
org.slf4j : slf4j-api | jar | |
org.apache.commons : commons-lang3 | jar | |
org.apache.commons : commons-email | jar | |
org.apache.jackrabbit : jackrabbit-api | jar | |
org.apache.felix : org.apache.felix.scr.annotations | jar | 1.9.12 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.3 |
com.citytechinc.aem.groovy.extension : aem-groovy-extension-bundle | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.citytechinc.aem.prosper : prosper | jar | 5.0.0 |