is not current version
Last Version 6.0-alpha-3

net.sf.jopt-simple:jopt-simple 5.0.4

A Java library for parsing command line options

Categories

Categories

Net JOpt Simple User Interface CLI
GroupId

GroupId

net.sf.jopt-simple
ArtifactId

ArtifactId

jopt-simple
Version

Version

5.0.4
Type

Type

jar

Download jopt-simple 5.0.4


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