GroupId | GroupIdde.weltraumschaf.commons |
---|---|
ArtifactId | ArtifactIdshell |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
shell-1.1.2.pom | |
shell-1.1.2.jar | 28 KB |
shell-1.1.2-sources.jar | 26 KB |
shell-1.1.2-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/ -->
<dependency>
<groupId>de.weltraumschaf.commons</groupId>
<artifactId>shell</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/
implementation 'de.weltraumschaf.commons:shell:1.1.2'
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/
implementation ("de.weltraumschaf.commons:shell:1.1.2")
'de.weltraumschaf.commons:shell:jar:1.1.2'
<dependency org="de.weltraumschaf.commons" name="shell" rev="1.1.2">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.weltraumschaf.commons', module='shell', version='1.1.2')
)
libraryDependencies += "de.weltraumschaf.commons" % "shell" % "1.1.2"
[de.weltraumschaf.commons/shell "1.1.2"]