Last Version

Arguments Parser 1.1.0

Arguments Parser is a simple java library to parse command line arguments.

License

License

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

arguments-parser
Version

Version

1.1.0
Type

Type

jar
Description

Description

Arguments Parser
Arguments Parser is a simple java library to parse command line arguments.
Project URL

Project URL

https://github.com/silentsoft/arguments-parser
Source Code Management

Source Code Management

https://github.com/silentsoft/arguments-parser.git

Download arguments-parser 1.1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.