Categories |
CategoriesGroovy Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.rundeck.cli-toolbelt |
ArtifactId | ArtifactIdtoolbelt-groovy |
Version | Version0.2.10 |
Type | Typejar |
Filename | Size |
---|---|
toolbelt-groovy-0.2.10.pom | |
toolbelt-groovy-0.2.10.jar | 21 KB |
toolbelt-groovy-0.2.10-sources.jar | 2 KB |
toolbelt-groovy-0.2.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.rundeck.cli-toolbelt/toolbelt-groovy/ -->
<dependency>
<groupId>org.rundeck.cli-toolbelt</groupId>
<artifactId>toolbelt-groovy</artifactId>
<version>0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.rundeck.cli-toolbelt/toolbelt-groovy/
implementation 'org.rundeck.cli-toolbelt:toolbelt-groovy:0.2.10'
// https://jarcasting.com/artifacts/org.rundeck.cli-toolbelt/toolbelt-groovy/
implementation ("org.rundeck.cli-toolbelt:toolbelt-groovy:0.2.10")
'org.rundeck.cli-toolbelt:toolbelt-groovy:jar:0.2.10'
<dependency org="org.rundeck.cli-toolbelt" name="toolbelt-groovy" rev="0.2.10">
<artifact name="toolbelt-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rundeck.cli-toolbelt', module='toolbelt-groovy', version='0.2.10')
)
libraryDependencies += "org.rundeck.cli-toolbelt" % "toolbelt-groovy" % "0.2.10"
[org.rundeck.cli-toolbelt/toolbelt-groovy "0.2.10"]