C

CLIApp

Performs parsing of cli arguments using the params library. Some utility functions as well.
https://github.com/fickludd/treacle
The Apache License, Version 2.0
Johan Teleman
Files download
File Operation
CLIApp-1.2.0.jar download
CLIApp-1.2.0.pom download
CLIApp-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.johanteleman</groupId>
  <artifactId>CLIApp</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'se.johanteleman:CLIApp:1.2.0'
Gradle Kotlin
implementation("se.johanteleman:CLIApp:1.2.0")
Scala SBT
libraryDependencies += "se.johanteleman" % "CLIApp" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='se.johanteleman', module='CLIApp', version='1.2.0')
)
Apache Ivy
<dependency org="se.johanteleman" name="CLIApp" rev="1.2.0" />
Leiningen
[se.johanteleman/CLIApp "1.2.0"]
Apache Buildr
'se.johanteleman:CLIApp:jar:1.2.0'