is not current version
Last Version 6.0-alpha-3

net.sf.jopt-simple:jopt-simple 4.6

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

4.6
Type

Type

jar

Download jopt-simple 4.6


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