License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jakubec |
ArtifactId | ArtifactIdJumpConsole |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJumpConsole
Jumpconsole provides an easy to use command line parser. This can be used to enhance the use ability of java programs via an CLI interface.
|
Filename | Size |
---|---|
JumpConsole-0.1.pom | |
JumpConsole-0.1.jar | 14 KB |
JumpConsole-0.1-sources.jar | 9 KB |
JumpConsole-0.1-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jakubec/JumpConsole/ -->
<dependency>
<groupId>net.jakubec</groupId>
<artifactId>JumpConsole</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubec/JumpConsole/
implementation 'net.jakubec:JumpConsole:0.1'
// https://jarcasting.com/artifacts/net.jakubec/JumpConsole/
implementation ("net.jakubec:JumpConsole:0.1")
'net.jakubec:JumpConsole:jar:0.1'
<dependency org="net.jakubec" name="JumpConsole" rev="0.1">
<artifact name="JumpConsole" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubec', module='JumpConsole', version='0.1')
)
libraryDependencies += "net.jakubec" % "JumpConsole" % "0.1"
[net.jakubec/JumpConsole "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |