Last Version

args4j parent 2.33

args4j : Java command line arguments parser

License

License

Categories

Categories

args4j User Interface CLI
GroupId

GroupId

args4j
ArtifactId

ArtifactId

args4j-site
Version

Version

2.33
Type

Type

pom
Description

Description

args4j parent
args4j : Java command line arguments parser
Project URL

Project URL

http://args4j.kohsuke.org/
Project Organization

Project Organization

Kohsuke Kawaguchi
Source Code Management

Source Code Management

http://args4j.kohsuke.org/

Download args4j-site 2.33

Filename Size
args4j-site-2.33.pom 4 KB
Browse

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

Dependencies

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

Project Modules

  • args4j
  • args4j-tools
  • args4j-maven-plugin
  • args4j-maven-plugin-example