| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.raysha.lib |
| Идентификатор | Идентификаторjsimpleshell |
| Версия | Версия4.0 |
| Тип | Типjar |
| Описание |
ОписаниеJSimpleShell-Core
This project is a lightweight and simple-to-use library,
with which one you can create your own shell as a command line interface.
|
| Имя Файла | Размер |
|---|---|
| jsimpleshell-4.0.pom | |
| jsimpleshell-4.0.jar | 206 KB |
| jsimpleshell-4.0-sources.jar | 120 KB |
| jsimpleshell-4.0-javadoc.jar | 677 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/ -->
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>jsimpleshell</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/
implementation 'de.raysha.lib:jsimpleshell:4.0'
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/
implementation ("de.raysha.lib:jsimpleshell:4.0")
'de.raysha.lib:jsimpleshell:jar:4.0'
<dependency org="de.raysha.lib" name="jsimpleshell" rev="4.0">
<artifact name="jsimpleshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.raysha.lib', module='jsimpleshell', version='4.0')
)
libraryDependencies += "de.raysha.lib" % "jsimpleshell" % "4.0"
[de.raysha.lib/jsimpleshell "4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jline : jline | jar | 2.12.1 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| junit : junit | jar | 4.10 |