Last Version

Java Command-Line Arguments Processor 1.0.1

A small library for processing command-line arguments.

License

License

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jcmdarg
Version

Version

1.0.1
Type

Type

jar
Description

Description

Java Command-Line Arguments Processor
A small library for processing command-line arguments.
Project URL

Project URL

https://github.com/DavePearce/JCmdArg
Source Code Management

Source Code Management

https://github.com/DavePearce/JCmdArg

Download jcmdarg 1.0.1


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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0

Project Modules

There are no modules declared in this project.