Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.citytechinc.aem.groovy.console |
ArtifactId | ArtifactIdaem-groovy-console |
Version | Version8.0.1 |
Type | Typejar |
Filename | Size |
---|---|
aem-groovy-console-8.0.1.pom | |
aem-groovy-console-8.0.1.zip | 6 MB |
aem-groovy-console-8.0.1-sources.jar | 26 KB |
aem-groovy-console-8.0.1-javadoc.jar | 531 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/ -->
<dependency>
<groupId>com.citytechinc.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation 'com.citytechinc.aem.groovy.console:aem-groovy-console:8.0.1'
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation ("com.citytechinc.aem.groovy.console:aem-groovy-console:8.0.1")
'com.citytechinc.aem.groovy.console:aem-groovy-console:jar:8.0.1'
<dependency org="com.citytechinc.aem.groovy.console" name="aem-groovy-console" rev="8.0.1">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citytechinc.aem.groovy.console', module='aem-groovy-console', version='8.0.1')
)
libraryDependencies += "com.citytechinc.aem.groovy.console" % "aem-groovy-console" % "8.0.1"
[com.citytechinc.aem.groovy.console/aem-groovy-console "8.0.1"]