| License |
License |
|---|---|
| GroupId | GroupIdde.raysha.lib |
| ArtifactId | ArtifactIdjsimpleshell-example |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionJSimpleShell-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.
|
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.raysha.lib : jsimpleshell | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |