se.johanteleman:CLIApp

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

License

License

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

se.johanteleman
ArtifactId

ArtifactId

CLIApp
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

se.johanteleman:CLIApp
Performs parsing of cli arguments using the params library. Some utility functions as well.
Project URL

Project URL

https://github.com/fickludd/treacle

Download CLIApp

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0
se.johanteleman : Params jar 1.2.0
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-simple jar 1.7.5
org.clapper : grizzled-slf4j_2.10 jar 1.0.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.scalatest : scalatest_2.10.0 jar 2.0.M5

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0