Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.citytechinc.aem.groovy.console |
ArtifactId | ArtifactIdaem-groovy-console |
Version | Version7.0.2 |
Type | Typejar |
Filename | Size |
---|---|
aem-groovy-console-7.0.2.pom | |
aem-groovy-console-7.0.2.zip | 6 MB |
aem-groovy-console-7.0.2-sources.jar | 26 KB |
aem-groovy-console-7.0.2-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>7.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation 'com.citytechinc.aem.groovy.console:aem-groovy-console:7.0.2'
// https://jarcasting.com/artifacts/com.citytechinc.aem.groovy.console/aem-groovy-console/
implementation ("com.citytechinc.aem.groovy.console:aem-groovy-console:7.0.2")
'com.citytechinc.aem.groovy.console:aem-groovy-console:jar:7.0.2'
<dependency org="com.citytechinc.aem.groovy.console" name="aem-groovy-console" rev="7.0.2">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citytechinc.aem.groovy.console', module='aem-groovy-console', version='7.0.2')
)
libraryDependencies += "com.citytechinc.aem.groovy.console" % "aem-groovy-console" % "7.0.2"
[com.citytechinc.aem.groovy.console/aem-groovy-console "7.0.2"]