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