is not current version
Last Version 1.3.2

org.crashub:crash.cli 1.3.1

The CRaSH command line interface module

Categories

Categories

CLI User Interface CRaSH General Purpose Libraries Utility
GroupId

GroupId

org.crashub
ArtifactId

ArtifactId

crash.cli
Version

Version

1.3.1
Type

Type

jar

Download crash.cli 1.3.1


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