CmdReader

Define the structure of your command line options as fields in a class, annotate these fields with further metadata about the command line switch, and CmdReader will take care of the rest. Command line parsing for java.

License

License

GroupId

GroupId

com.zwitserloot
ArtifactId

ArtifactId

cmdreader
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

CmdReader
Define the structure of your command line options as fields in a class, annotate these fields with further metadata about the command line switch, and CmdReader will take care of the rest. Command line parsing for java.
Project URL

Project URL

http://github.com/rzwitserloot/com.zwitserloot.cmdreader
Source Code Management

Source Code Management

http://github.com/rzwitserloot/com.zwitserloot.cmdreader

Download cmdreader

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.5