is not current version
Last Version 16.0.0

com.icfolson.aem.groovy.console:aem-groovy-console 9.0.0

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.

Categories

Categories

Groovy Languages
GroupId

GroupId

com.icfolson.aem.groovy.console
ArtifactId

ArtifactId

aem-groovy-console
Version

Version

9.0.0
Type

Type

jar

Download aem-groovy-console 9.0.0


<!-- 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>9.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:9.0.0'
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation ("com.icfolson.aem.groovy.console:aem-groovy-console:9.0.0")
'com.icfolson.aem.groovy.console:aem-groovy-console:jar:9.0.0'
<dependency org="com.icfolson.aem.groovy.console" name="aem-groovy-console" rev="9.0.0">
  <artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icfolson.aem.groovy.console', module='aem-groovy-console', version='9.0.0')
)
libraryDependencies += "com.icfolson.aem.groovy.console" % "aem-groovy-console" % "9.0.0"
[com.icfolson.aem.groovy.console/aem-groovy-console "9.0.0"]