License |
License |
---|---|
Categories |
CategoriesCLI User Interface CRaSH General Purpose Libraries Utility |
GroupId | GroupIdorg.crashub |
ArtifactId | ArtifactIdcrash.cli |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCRaSH CLI
The CRaSH command line interface module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
crash.cli-1.3.2.pom | |
crash.cli-1.3.2.jar | 151 KB |
crash.cli-1.3.2-tests.jar | 140 KB |
crash.cli-1.3.2-sources.jar | 95 KB |
crash.cli-1.3.2-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crashub/crash.cli/ -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.cli</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/crash.cli/
implementation 'org.crashub:crash.cli:1.3.2'
// https://jarcasting.com/artifacts/org.crashub/crash.cli/
implementation ("org.crashub:crash.cli:1.3.2")
'org.crashub:crash.cli:jar:1.3.2'
<dependency org="org.crashub" name="crash.cli" rev="1.3.2">
<artifact name="crash.cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='crash.cli', version='1.3.2')
)
libraryDependencies += "org.crashub" % "crash.cli" % "1.3.2"
[org.crashub/crash.cli "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-jdk14 | jar | 1.7.2 |