Please see http://jopt-simple.github.io/jopt-simple for more information.
Discussing
There is a Google group for JOpt Simple.
License |
License |
---|---|
Categories |
CategoriesNet JOpt Simple User Interface CLI |
GroupId | GroupIdnet.sf.jopt-simple |
ArtifactId | ArtifactIdjopt-simple |
Last Version | Last Version6.0-alpha-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJOpt Simple
A Java library for parsing command line options
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jopt-simple-6.0-alpha-3.pom | |
jopt-simple-6.0-alpha-3.jar | 53 KB |
jopt-simple-6.0-alpha-3-sources.jar | 63 KB |
jopt-simple-6.0-alpha-3-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jopt-simple/jopt-simple/ -->
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>6.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jopt-simple/jopt-simple/
implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3'
// https://jarcasting.com/artifacts/net.sf.jopt-simple/jopt-simple/
implementation ("net.sf.jopt-simple:jopt-simple:6.0-alpha-3")
'net.sf.jopt-simple:jopt-simple:jar:6.0-alpha-3'
<dependency org="net.sf.jopt-simple" name="jopt-simple" rev="6.0-alpha-3">
<artifact name="jopt-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jopt-simple', module='jopt-simple', version='6.0-alpha-3')
)
libraryDependencies += "net.sf.jopt-simple" % "jopt-simple" % "6.0-alpha-3"
[net.sf.jopt-simple/jopt-simple "6.0-alpha-3"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 2.9.7 |
org.apache.ant : ant | jar | 1.8.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.12 |
org.infinitest : continuous-testing-toolkit | jar | 1.0 |
Please see http://jopt-simple.github.io/jopt-simple for more information.
There is a Google group for JOpt Simple.