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