| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.codehaus.groovy.modules.groosh |
| ArtifactId | ArtifactIdgroovy-groosh |
| Last Version | Last Version0.3.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroosh
Groosh - provides a shell-like capability for handling external processes
|
| Filename | Size |
|---|---|
| groovy-groosh-0.3.5.pom | |
| groovy-groosh-0.3.5.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.modules.groosh/groovy-groosh/ -->
<dependency>
<groupId>org.codehaus.groovy.modules.groosh</groupId>
<artifactId>groovy-groosh</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules.groosh/groovy-groosh/
implementation 'org.codehaus.groovy.modules.groosh:groovy-groosh:0.3.5'
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules.groosh/groovy-groosh/
implementation ("org.codehaus.groovy.modules.groosh:groovy-groosh:0.3.5")
'org.codehaus.groovy.modules.groosh:groovy-groosh:jar:0.3.5'
<dependency org="org.codehaus.groovy.modules.groosh" name="groovy-groosh" rev="0.3.5">
<artifact name="groovy-groosh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.modules.groosh', module='groovy-groosh', version='0.3.5')
)
libraryDependencies += "org.codehaus.groovy.modules.groosh" % "groovy-groosh" % "0.3.5"
[org.codehaus.groovy.modules.groosh/groovy-groosh "0.3.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |
| org.codehaus.groovy.maven.runtime : gmaven-runtime-1.6 | jar | 1.0 |
| org.codehaus.groovy : groovy-all | jar | 1.6.3 |