cli-pi

A simple little framework for making Java CLI applications

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.born2snipe
ArtifactId

ArtifactId

cli-pi
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

cli-pi
A simple little framework for making Java CLI applications

Download cli-pi

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.born2snipe : cli-progress jar 0.4
org.fusesource.jansi : jansi jar 1.17
org.kohsuke.metainf-services : metainf-services jar 1.7
net.sourceforge.argparse4j : argparse4j jar 0.8.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.15.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2