is not current version
Last Version 1.2.0

se.johanteleman:CLIApp 1.1.0

Performs parsing of cli arguments using the params library. Some utility functions as well.

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

se.johanteleman
ArtifactId

ArtifactId

CLIApp
Version

Version

1.1.0
Type

Type

jar

Download CLIApp 1.1.0


<!-- https://jarcasting.com/artifacts/se.johanteleman/CLIApp/ -->
<dependency>
    <groupId>se.johanteleman</groupId>
    <artifactId>CLIApp</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.johanteleman/CLIApp/
implementation 'se.johanteleman:CLIApp:1.1.0'
// https://jarcasting.com/artifacts/se.johanteleman/CLIApp/
implementation ("se.johanteleman:CLIApp:1.1.0")
'se.johanteleman:CLIApp:jar:1.1.0'
<dependency org="se.johanteleman" name="CLIApp" rev="1.1.0">
  <artifact name="CLIApp" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.johanteleman', module='CLIApp', version='1.1.0')
)
libraryDependencies += "se.johanteleman" % "CLIApp" % "1.1.0"
[se.johanteleman/CLIApp "1.1.0"]