| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ptgoetz |
| Идентификатор | Идентификаторstemshell |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStemShell CLI Framework
Framework for creating Java-based command line shell applications.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-cli : commons-cli | jar | 1.2 |
| org.sonatype.jline : jline | jar | 2.5 |