License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface |
GroupId | GroupIdse.johanteleman |
ArtifactId | ArtifactIdCLIApp |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionse.johanteleman:CLIApp
Performs parsing of cli arguments using the params library. Some utility functions as well.
|
Project URL |
Project URL |
Filename | Size |
---|---|
CLIApp-1.2.0.pom | |
CLIApp-1.2.0.jar | 27 KB |
CLIApp-1.2.0-sources.jar | 680 bytes |
CLIApp-1.2.0-javadoc.jar | 680 bytes |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.scalatest : scalatest_2.10.0 | jar | 2.0.M5 |