MVN

org.rundeck.cli-toolbelt : toolbelt-jewelcli

Maven & Gradle

Jun 15, 2021
1 usages
2 stars

Rundeck CLI Toolbelt - toolbelt-jewelcli · CLI utility - toolbelt-jewelcli

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

Latest Version

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

  • Latest Stable: 0.2.28

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rundeck.cli-toolbelt</groupId>
    <artifactId>toolbelt-jewelcli</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-jewelcli gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement