MVN

de.quipsy.cli : cli-framework

Maven & Gradle

Feb 20, 2023

Open Source CLI Framework (Core Implementation) · Core implementation of Open Source CLI Framework

<dependency>
    <groupId>de.quipsy.cli</groupId>
    <artifactId>cli-framework</artifactId>
    <version>2023</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quipsy.cli : cli-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023

All Versions

Choose a version of de.quipsy.cli : cli-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023
cli-framework-2023
2022.0.x
cli-framework-2022.0.1
2022
cli-framework-2022
2021
cli-framework-2021
2020.0.x
cli-framework-2020.0.1
2020
cli-framework-2020

How to add a dependency to Maven

Add the following de.quipsy.cli : cli-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quipsy.cli</groupId>
    <artifactId>cli-framework</artifactId>
    <version>2023</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quipsy.cli : cli-framework gradle dependency to your build.gradle file:

implementation 'de.quipsy.cli:cli-framework:2023'

Gradle Kotlin DSL: Add the following de.quipsy.cli : cli-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quipsy.cli:cli-framework:2023")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quipsy.cli : cli-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quipsy.cli" % "cli-framework" % "2023"

Advertisement