is not current version
Last Version 1.3

org.realityforge.getopt4j:getopt4j 1.1

getopt4j: Parse command line arguments in java.

GroupId

GroupId

org.realityforge.getopt4j
ArtifactId

ArtifactId

getopt4j
Version

Version

1.1
Type

Type

jar

Download getopt4j 1.1


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