Java port of GNU getopt


Categories

Categories

Java Languages
GroupId

GroupId

gnu.getopt
ArtifactId

ArtifactId

java-getopt
Last Version

Last Version

1.0.13
Release Date

Release Date

Type

Type

jar
Description

Description

Java port of GNU getopt

Download java-getopt

How to add to project

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

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.0.13