MVN

be.orbinson.aem : aem-groovy-console

Maven & Gradle

Aug 14, 2023
16 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>be.orbinson.aem</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>19.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.orbinson.aem : aem-groovy-console to add to Maven - Latest Versions:

  • Latest Stable: 19.0.4

All Versions

Choose a version of be.orbinson.aem : aem-groovy-console to add to Maven - All Versions:

Version Vulnerabilities Updated
19.0.x
aem-groovy-console-19.0.4
aem-groovy-console-19.0.3
aem-groovy-console-19.0.2
aem-groovy-console-19.0.1
aem-groovy-console-19.0.0
18.0.x
aem-groovy-console-18.0.3
aem-groovy-console-18.0.2
aem-groovy-console-18.0.1
aem-groovy-console-18.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>be.orbinson.aem</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>19.0.4</version>
</dependency>