License |
License |
---|---|
GroupId | GroupIdio.github.maxnz |
ArtifactId | ArtifactIdinteractive-command-parser |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionio.github.maxnz:interactive-command-parser
Parse commands from an interactive command line
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.maxnz/interactive-command-parser/ -->
<dependency>
<groupId>io.github.maxnz</groupId>
<artifactId>interactive-command-parser</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.maxnz/interactive-command-parser/
implementation 'io.github.maxnz:interactive-command-parser:0.1'
// https://jarcasting.com/artifacts/io.github.maxnz/interactive-command-parser/
implementation ("io.github.maxnz:interactive-command-parser:0.1")
'io.github.maxnz:interactive-command-parser:jar:0.1'
<dependency org="io.github.maxnz" name="interactive-command-parser" rev="0.1">
<artifact name="interactive-command-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.maxnz', module='interactive-command-parser', version='0.1')
)
libraryDependencies += "io.github.maxnz" % "interactive-command-parser" % "0.1"
[io.github.maxnz/interactive-command-parser "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.72 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |