Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.icfolson.aem.groovy.console |
ArtifactId | ArtifactIdaem-groovy-console |
Version | Version11.4.0 |
Type | Typejar |
<!-- 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>11.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation 'com.icfolson.aem.groovy.console:aem-groovy-console:11.4.0'
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation ("com.icfolson.aem.groovy.console:aem-groovy-console:11.4.0")
'com.icfolson.aem.groovy.console:aem-groovy-console:jar:11.4.0'
<dependency org="com.icfolson.aem.groovy.console" name="aem-groovy-console" rev="11.4.0">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icfolson.aem.groovy.console', module='aem-groovy-console', version='11.4.0')
)
libraryDependencies += "com.icfolson.aem.groovy.console" % "aem-groovy-console" % "11.4.0"
[com.icfolson.aem.groovy.console/aem-groovy-console "11.4.0"]