| Categories | CategoriesCRaSH General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdorg.crashub | 
| ArtifactId | ArtifactIdcrash.shell | 
| Version | Version1.3.0-beta18 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.crashub/crash.shell/ -->
<dependency>
    <groupId>org.crashub</groupId>
    <artifactId>crash.shell</artifactId>
    <version>1.3.0-beta18</version>
</dependency>// https://jarcasting.com/artifacts/org.crashub/crash.shell/
implementation 'org.crashub:crash.shell:1.3.0-beta18'// https://jarcasting.com/artifacts/org.crashub/crash.shell/
implementation ("org.crashub:crash.shell:1.3.0-beta18")'org.crashub:crash.shell:jar:1.3.0-beta18'<dependency org="org.crashub" name="crash.shell" rev="1.3.0-beta18">
  <artifact name="crash.shell" type="jar" />
</dependency>@Grapes(
@Grab(group='org.crashub', module='crash.shell', version='1.3.0-beta18')
)libraryDependencies += "org.crashub" % "crash.shell" % "1.3.0-beta18"[org.crashub/crash.shell "1.3.0-beta18"]