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