| GroupId | GroupIdde.raysha.lib |
|---|---|
| ArtifactId | ArtifactIdjsimpleshell |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsimpleshell-3.0.2.pom | |
| jsimpleshell-3.0.2.jar | 186 KB |
| jsimpleshell-3.0.2-sources.jar | 110 KB |
| jsimpleshell-3.0.2-javadoc.jar | 610 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/ -->
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>jsimpleshell</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/
implementation 'de.raysha.lib:jsimpleshell:3.0.2'
// https://jarcasting.com/artifacts/de.raysha.lib/jsimpleshell/
implementation ("de.raysha.lib:jsimpleshell:3.0.2")
'de.raysha.lib:jsimpleshell:jar:3.0.2'
<dependency org="de.raysha.lib" name="jsimpleshell" rev="3.0.2">
<artifact name="jsimpleshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.raysha.lib', module='jsimpleshell', version='3.0.2')
)
libraryDependencies += "de.raysha.lib" % "jsimpleshell" % "3.0.2"
[de.raysha.lib/jsimpleshell "3.0.2"]