License |
License |
---|---|
GroupId | GroupIdcom.github.ptgoetz |
ArtifactId | ArtifactIdstemshell |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStemShell CLI Framework
Framework for creating Java-based command line shell applications.
|
Filename | Size |
---|---|
stemshell-0.1.0.pom | |
stemshell-0.1.0.jar | 16 KB |
stemshell-0.1.0-sources.jar | 8 KB |
stemshell-0.1.0-javadoc.jar | 92 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.2 |
org.sonatype.jline : jline | jar | 2.5 |