License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdcli-pi-test |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncli-pi-test
A simple little framework for making Java CLI applications
|
Filename | Size |
---|---|
cli-pi-test-0.1.3.pom | |
cli-pi-test-0.1.3.jar | 2 KB |
cli-pi-test-0.1.3-sources.jar | 1 KB |
cli-pi-test-0.1.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>cli-pi-test</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/
implementation 'com.github.born2snipe:cli-pi-test:0.1.3'
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-test/
implementation ("com.github.born2snipe:cli-pi-test:0.1.3")
'com.github.born2snipe:cli-pi-test:jar:0.1.3'
<dependency org="com.github.born2snipe" name="cli-pi-test" rev="0.1.3">
<artifact name="cli-pi-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='cli-pi-test', version='0.1.3')
)
libraryDependencies += "com.github.born2snipe" % "cli-pi-test" % "0.1.3"
[com.github.born2snipe/cli-pi-test "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.born2snipe : cli-pi | jar | 0.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |