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