Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.brunoais |
ArtifactId | ArtifactIdcli-args-parser |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
cli-args-parser-0.2.2.pom | |
cli-args-parser-0.2.2.jar | 12 KB |
cli-args-parser-0.2.2-sources.jar | 6 KB |
cli-args-parser-0.2.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/ -->
<dependency>
<groupId>com.github.brunoais</groupId>
<artifactId>cli-args-parser</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/
implementation 'com.github.brunoais:cli-args-parser:0.2.2'
// https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/
implementation ("com.github.brunoais:cli-args-parser:0.2.2")
'com.github.brunoais:cli-args-parser:jar:0.2.2'
<dependency org="com.github.brunoais" name="cli-args-parser" rev="0.2.2">
<artifact name="cli-args-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunoais', module='cli-args-parser', version='0.2.2')
)
libraryDependencies += "com.github.brunoais" % "cli-args-parser" % "0.2.2"
[com.github.brunoais/cli-args-parser "0.2.2"]