MVN

org.rundeck.cli-toolbelt : toolbelt-groovy

Maven & Gradle

Jun 15, 2021
2 stars

Rundeck CLI Toolbelt - toolbelt-groovy · CLI utility - toolbelt-groovy

<dependency>
    <groupId>org.rundeck.cli-toolbelt</groupId>
    <artifactId>toolbelt-groovy</artifactId>
    <version>0.2.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rundeck.cli-toolbelt : toolbelt-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.28

All Versions

Choose a version of org.rundeck.cli-toolbelt : toolbelt-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
toolbelt-groovy-0.2.28
toolbelt-groovy-0.2.26
toolbelt-groovy-0.2.23
toolbelt-groovy-0.2.19
toolbelt-groovy-0.2.10

How to add a dependency to Maven

Add the following org.rundeck.cli-toolbelt : toolbelt-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rundeck.cli-toolbelt</groupId>
    <artifactId>toolbelt-groovy</artifactId>
    <version>0.2.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rundeck.cli-toolbelt : toolbelt-groovy gradle dependency to your build.gradle file:

implementation 'org.rundeck.cli-toolbelt:toolbelt-groovy:0.2.28'

Gradle Kotlin DSL: Add the following org.rundeck.cli-toolbelt : toolbelt-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rundeck.cli-toolbelt:toolbelt-groovy:0.2.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rundeck.cli-toolbelt : toolbelt-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rundeck.cli-toolbelt" % "toolbelt-groovy" % "0.2.28"

Advertisement