j

jopt-simple

A Java library for parsing command line options
http://pholser.github.io/jopt-simple
The MIT License
Paul Holser
Files download
File Operation
jopt-simple-5.0-beta-1.jar download
jopt-simple-5.0-beta-1.pom download
jopt-simple-5.0-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jopt-simple</groupId>
  <artifactId>jopt-simple</artifactId>
  <version>5.0-beta-1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jopt-simple:jopt-simple:5.0-beta-1'
Gradle Kotlin
implementation("net.sf.jopt-simple:jopt-simple:5.0-beta-1")
Scala SBT
libraryDependencies += "net.sf.jopt-simple" % "jopt-simple" % "5.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jopt-simple', module='jopt-simple', version='5.0-beta-1')
)
Apache Ivy
<dependency org="net.sf.jopt-simple" name="jopt-simple" rev="5.0-beta-1" />
Leiningen
[net.sf.jopt-simple/jopt-simple "5.0-beta-1"]
Apache Buildr
'net.sf.jopt-simple:jopt-simple:jar:5.0-beta-1'