MVN

org.cid15.aem.groovy.console : aem-groovy-console

Maven & Gradle

Jan 09, 2021
23 stars

AEM 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.

<dependency>
    <groupId>org.cid15.aem.groovy.console</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>17.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cid15.aem.groovy.console : aem-groovy-console to add to Maven - Latest Versions:

  • Latest Stable: 17.0.0

All Versions

Choose a version of org.cid15.aem.groovy.console : aem-groovy-console to add to Maven - All Versions:

Version Vulnerabilities Updated
17.0.x
aem-groovy-console-17.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.cid15.aem.groovy.console</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>17.0.0</version>
</dependency>

Advertisement