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