MVN

com.github.sviperll : chicory-cli

Maven & Gradle

Sep 05, 2014
5 stars

chicory-cli · Library supporting an implementation of command line interface for Java applications

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-cli</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sviperll : chicory-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.github.sviperll : chicory-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
chicory-cli-0.16
0.15
chicory-cli-0.15
0.14
chicory-cli-0.14
0.13
chicory-cli-0.13
0.12
chicory-cli-0.12
0.11
chicory-cli-0.11
0.10
chicory-cli-0.10
0.9
chicory-cli-0.9
0.8
chicory-cli-0.8
0.7
chicory-cli-0.7
0.6
chicory-cli-0.6
0.5
chicory-cli-0.5
0.4
chicory-cli-0.4
0.3
chicory-cli-0.3
0.1
chicory-cli-0.1

How to add a dependency to Maven

Add the following com.github.sviperll : chicory-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-cli</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sviperll : chicory-cli gradle dependency to your build.gradle file:

implementation 'com.github.sviperll:chicory-cli:0.16'

Gradle Kotlin DSL: Add the following com.github.sviperll : chicory-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sviperll:chicory-cli:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sviperll : chicory-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sviperll" % "chicory-cli" % "0.16"

Advertisement