| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.kohsuke |
| ArtifactId | ArtifactIdgroovy-sandbox |
| Last Version | Last Version1.19 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroovy Sandbox
Executes untrusted Groovy script safely
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-sandbox-1.19.pom | |
| groovy-sandbox-1.19.jar | 33 KB |
| groovy-sandbox-1.19-sources.jar | 11 KB |
| groovy-sandbox-1.19-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke/groovy-sandbox/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>groovy-sandbox</artifactId>
<version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/groovy-sandbox/
implementation 'org.kohsuke:groovy-sandbox:1.19'
// https://jarcasting.com/artifacts/org.kohsuke/groovy-sandbox/
implementation ("org.kohsuke:groovy-sandbox:1.19")
'org.kohsuke:groovy-sandbox:jar:1.19'
<dependency org="org.kohsuke" name="groovy-sandbox" rev="1.19">
<artifact name="groovy-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='groovy-sandbox', version='1.19')
)
libraryDependencies += "org.kohsuke" % "groovy-sandbox" % "1.19"
[org.kohsuke/groovy-sandbox "1.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jenkins-ci » test-annotations | jar | 1.2 |