MVN

com.citytechinc.aem.groovy.console : aem-groovy-console

Maven & Gradle

Sep 06, 2016
159 stars

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

<dependency>
    <groupId>com.citytechinc.aem.groovy.console</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>8.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.citytechinc.aem.groovy.console : aem-groovy-console to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.1.0

All Versions

Choose a version of com.citytechinc.aem.groovy.console : aem-groovy-console to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.1.x
aem-groovy-console-8.1.0
8.0.x
aem-groovy-console-8.0.3
aem-groovy-console-8.0.2
aem-groovy-console-8.0.1
aem-groovy-console-8.0.0
7.0.x
aem-groovy-console-7.0.2
aem-groovy-console-7.0.1
aem-groovy-console-7.0.0

How to add a dependency to Maven

Add the following com.citytechinc.aem.groovy.console : aem-groovy-console maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.citytechinc.aem.groovy.console</groupId>
    <artifactId>aem-groovy-console</artifactId>
    <version>8.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.citytechinc.aem.groovy.console : aem-groovy-console gradle dependency to your build.gradle file:

implementation 'com.citytechinc.aem.groovy.console:aem-groovy-console:8.1.0'

Gradle Kotlin DSL: Add the following com.citytechinc.aem.groovy.console : aem-groovy-console gradle kotlin dependency to your build.gradle.kts file:

implementation("com.citytechinc.aem.groovy.console:aem-groovy-console:8.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.citytechinc.aem.groovy.console : aem-groovy-console sbt scala dependency to your build.sbt file:

libraryDependencies += "com.citytechinc.aem.groovy.console" % "aem-groovy-console" % "8.1.0"

Advertisement