is not current version
Last Version 1.1.2

io.rala:shell 1.0.0

This library makes shell I/O easy.

GroupId

GroupId

io.rala
ArtifactId

ArtifactId

shell
Version

Version

1.0.0
Type

Type

jar

Download shell 1.0.0


<!-- https://jarcasting.com/artifacts/io.rala/shell/ -->
<dependency>
    <groupId>io.rala</groupId>
    <artifactId>shell</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/shell/
implementation 'io.rala:shell:1.0.0'
// https://jarcasting.com/artifacts/io.rala/shell/
implementation ("io.rala:shell:1.0.0")
'io.rala:shell:jar:1.0.0'
<dependency org="io.rala" name="shell" rev="1.0.0">
  <artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='shell', version='1.0.0')
)
libraryDependencies += "io.rala" % "shell" % "1.0.0"
[io.rala/shell "1.0.0"]