Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.craftercms |
ArtifactId | ArtifactIdgroovy-sandbox |
Version | Version1.27.3 |
Type | Typejar |
Filename | Size |
---|---|
groovy-sandbox-1.27.3.pom | |
groovy-sandbox-1.27.3.jar | 62 KB |
groovy-sandbox-1.27.3-tests.jar | 53 KB |
groovy-sandbox-1.27.3-sources.jar | 32 KB |
groovy-sandbox-1.27.3-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>groovy-sandbox</artifactId>
<version>1.27.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/
implementation 'org.craftercms:groovy-sandbox:1.27.3'
// https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/
implementation ("org.craftercms:groovy-sandbox:1.27.3")
'org.craftercms:groovy-sandbox:jar:1.27.3'
<dependency org="org.craftercms" name="groovy-sandbox" rev="1.27.3">
<artifact name="groovy-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='groovy-sandbox', version='1.27.3')
)
libraryDependencies += "org.craftercms" % "groovy-sandbox" % "1.27.3"
[org.craftercms/groovy-sandbox "1.27.3"]