is not current version
Last Version 1.3.2

org.crashub:crash.shell 1.3.0

The Shell module

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

org.crashub
ArtifactId

ArtifactId

crash.shell
Version

Version

1.3.0
Type

Type

jar

Download crash.shell 1.3.0


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