MVN

de.tototec : de.tototec.cmdoption

Maven & Gradle

Jun 30, 2023
20 usages
41 stars

de.tototec.cmdoption · CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>de.tototec.cmdoption</artifactId>
    <version>0.7.1-14-ba7994</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tototec : de.tototec.cmdoption to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1-14-ba7994

All Versions

Choose a version of de.tototec : de.tototec.cmdoption to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
de.tototec.cmdoption-0.7.1-14-ba7994
de.tototec.cmdoption-0.7.1-13-39bfd3
de.tototec.cmdoption-0.7.1-12-817851
de.tototec.cmdoption-0.7.1-11-790b7f
de.tototec.cmdoption-0.7.1-10-448a75
de.tototec.cmdoption-0.7.1-9-bde14a
de.tototec.cmdoption-0.7.1-8-430d7d
de.tototec.cmdoption-0.7.1-6-6ce172
de.tototec.cmdoption-0.7.1-7-96532d
de.tototec.cmdoption-0.7.1-5-ff0cc7
de.tototec.cmdoption-0.7.1-4-1b53a5
de.tototec.cmdoption-0.7.1-3-f0221c
de.tototec.cmdoption-0.7.1-2-4a11f2
de.tototec.cmdoption-0.7.1-1-5be54e
de.tototec.cmdoption-0.7.1
de.tototec.cmdoption-0.7.0-47-094373
de.tototec.cmdoption-0.7.0-46-b21736
de.tototec.cmdoption-0.7.0-45-af7cfb
de.tototec.cmdoption-0.7.0-44-3a330b
de.tototec.cmdoption-0.7.0-42-cce7af
de.tototec.cmdoption-0.7.0-40-85045f
de.tototec.cmdoption-0.7.0-39-1d6c54
de.tototec.cmdoption-0.7.0-36-1ee530
de.tototec.cmdoption-0.7.0-35-02cb80
de.tototec.cmdoption-0.7.0-34-bc99c0
de.tototec.cmdoption-0.7.0-33-cc5de8
de.tototec.cmdoption-0.7.0
0.6.x
de.tototec.cmdoption-0.6.0
0.5.x
de.tototec.cmdoption-0.5.0
0.4.x
de.tototec.cmdoption-0.4.2
de.tototec.cmdoption-0.4.1
de.tototec.cmdoption-0.4.0
0.3.x
de.tototec.cmdoption-0.3.3
de.tototec.cmdoption-0.3.2
de.tototec.cmdoption-0.3.1
de.tototec.cmdoption-0.3.0
0.2.x
de.tototec.cmdoption-0.2.1
de.tototec.cmdoption-0.2.0
0.1.x
de.tototec.cmdoption-0.1.0

How to add a dependency to Maven

Add the following de.tototec : de.tototec.cmdoption maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>de.tototec.cmdoption</artifactId>
    <version>0.7.1-14-ba7994</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tototec : de.tototec.cmdoption gradle dependency to your build.gradle file:

implementation 'de.tototec:de.tototec.cmdoption:0.7.1-14-ba7994'

Gradle Kotlin DSL: Add the following de.tototec : de.tototec.cmdoption gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tototec:de.tototec.cmdoption:0.7.1-14-ba7994")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tototec : de.tototec.cmdoption sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tototec" % "de.tototec.cmdoption" % "0.7.1-14-ba7994"

Advertisement