Last Version

StemShell CLI Framework 0.1.0

Framework for creating Java-based command line shell applications.

License

License

GroupId

GroupId

com.github.ptgoetz
ArtifactId

ArtifactId

stemshell
Version

Version

0.1.0
Type

Type

jar
Description

Description

StemShell CLI Framework
Framework for creating Java-based command line shell applications.

Download stemshell 0.1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
commons-cli : commons-cli jar 1.2
org.sonatype.jline : jline jar 2.5

Project Modules

There are no modules declared in this project.