MVN

info.unterrainer.commons : cli-utils

Maven & Gradle

Jul 04, 2022
3 usages

CliUtils

<dependency>
    <groupId>info.unterrainer.commons</groupId>
    <artifactId>cli-utils</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.unterrainer.commons : cli-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of info.unterrainer.commons : cli-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
cli-utils-0.3.0
0.2.x
cli-utils-0.2.15
cli-utils-0.2.13
cli-utils-0.2.10
cli-utils-0.2.9
cli-utils-0.2.8
cli-utils-0.2.7
cli-utils-0.2.5
cli-utils-0.2.4
0.0.x
cli-utils-0.0.2

How to add a dependency to Maven

Add the following info.unterrainer.commons : cli-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.unterrainer.commons</groupId>
    <artifactId>cli-utils</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.unterrainer.commons : cli-utils gradle dependency to your build.gradle file:

implementation 'info.unterrainer.commons:cli-utils:0.3.0'

Gradle Kotlin DSL: Add the following info.unterrainer.commons : cli-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("info.unterrainer.commons:cli-utils:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.unterrainer.commons : cli-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "info.unterrainer.commons" % "cli-utils" % "0.3.0"

Advertisement