GroupId | GroupIdio.rala |
---|---|
ArtifactId | ArtifactIdshell |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
shell-1.1.0.pom | |
shell-1.1.0-sources.jar | 18 KB |
shell-1.1.0-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rala/shell/ -->
<dependency>
<groupId>io.rala</groupId>
<artifactId>shell</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/shell/
implementation 'io.rala:shell:1.1.0'
// https://jarcasting.com/artifacts/io.rala/shell/
implementation ("io.rala:shell:1.1.0")
'io.rala:shell:jar:1.1.0'
<dependency org="io.rala" name="shell" rev="1.1.0">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='shell', version='1.1.0')
)
libraryDependencies += "io.rala" % "shell" % "1.1.0"
[io.rala/shell "1.1.0"]