| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.craftercms |
| ArtifactId | ArtifactIdgroovy-sandbox |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroovy Sandbox
Executes untrusted Groovy script safely
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-sandbox-4.0.0.pom | |
| groovy-sandbox-4.0.0.jar | 63 KB |
| groovy-sandbox-4.0.0-tests.jar | 53 KB |
| groovy-sandbox-4.0.0-sources.jar | 32 KB |
| groovy-sandbox-4.0.0-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>groovy-sandbox</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/
implementation 'org.craftercms:groovy-sandbox:4.0.0'
// https://jarcasting.com/artifacts/org.craftercms/groovy-sandbox/
implementation ("org.craftercms:groovy-sandbox:4.0.0")
'org.craftercms:groovy-sandbox:jar:4.0.0'
<dependency org="org.craftercms" name="groovy-sandbox" rev="4.0.0">
<artifact name="groovy-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='groovy-sandbox', version='4.0.0')
)
libraryDependencies += "org.craftercms" % "groovy-sandbox" % "4.0.0"
[org.craftercms/groovy-sandbox "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.10 |