shell.jar

This library makes shell I/O easy.

License

License

GroupId

GroupId

io.rala
ArtifactId

ArtifactId

shell
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

shell.jar
This library makes shell I/O easy.
Project URL

Project URL

https://www.rala.io/library/shell
Source Code Management

Source Code Management

https://github.com/rala72/shell

Download shell

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.rala : string-mapper jar 1.0.4

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 23.0.0

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.awaitility : awaitility jar 4.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.0