is not current version
Last Version 6.0-alpha-3

net.sf.jopt-simple:jopt-simple 3.3

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

3.3
Type

Type

jar

Download jopt-simple 3.3


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