| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.raysha.lib |
| Идентификатор | Идентификаторjsimpleshell-example |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеJSimpleShell-Demo
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-example-1.0.pom | |
| jsimpleshell-example-1.0.jar | 274 KB |
| jsimpleshell-example-1.0-sources.jar | 4 KB |
| jsimpleshell-example-1.0-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell-example/ -->
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>jsimpleshell-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell-example/
implementation 'de.raysha.lib:jsimpleshell-example:1.0'
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell-example/
implementation ("de.raysha.lib:jsimpleshell-example:1.0")
'de.raysha.lib:jsimpleshell-example:jar:1.0'
<dependency org="de.raysha.lib" name="jsimpleshell-example" rev="1.0">
<artifact name="jsimpleshell-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.raysha.lib', module='jsimpleshell-example', version='1.0')
)
libraryDependencies += "de.raysha.lib" % "jsimpleshell-example" % "1.0"
[de.raysha.lib/jsimpleshell-example "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.raysha.lib : jsimpleshell | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |