MVN

com.googlecode.java-cl-parser : java-cl-parser

Maven & Gradle

Mar 04, 2013

java-cl-parser · This parser strives to achieve an elegant, ioc-type interface to make launching command-line projects effortless.

<dependency>
    <groupId>com.googlecode.java-cl-parser</groupId>
    <artifactId>java-cl-parser</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.java-cl-parser : java-cl-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.googlecode.java-cl-parser : java-cl-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
java-cl-parser-2.1.0
2.0.x
java-cl-parser-2.0.3
java-cl-parser-2.0.2
java-cl-parser-2.0.1
1.9.x
java-cl-parser-1.9.4
java-cl-parser-1.9.2
java-cl-parser-1.9.1
java-cl-parser-1.9.0
1.7.x
java-cl-parser-1.7.0
1.6.x
java-cl-parser-1.6.1
1.6
java-cl-parser-1.6
1.5.x
java-cl-parser-1.5.1
1.5
java-cl-parser-1.5
1.4
java-cl-parser-1.4
1.3
java-cl-parser-1.3

How to add a dependency to Maven

Add the following com.googlecode.java-cl-parser : java-cl-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.java-cl-parser</groupId>
    <artifactId>java-cl-parser</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.java-cl-parser : java-cl-parser gradle dependency to your build.gradle file:

implementation 'com.googlecode.java-cl-parser:java-cl-parser:2.1.0'

Gradle Kotlin DSL: Add the following com.googlecode.java-cl-parser : java-cl-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.java-cl-parser:java-cl-parser:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.java-cl-parser : java-cl-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.java-cl-parser" % "java-cl-parser" % "2.1.0"

Advertisement