Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdgnu.getopt |
ArtifactId | ArtifactIdjava-getopt |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava port of GNU getopt
|
Filename | Size |
---|---|
java-getopt-1.0.13.pom | |
java-getopt-1.0.13.jar | 58 KB |
java-getopt-1.0.13-sources.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gnu.getopt/java-getopt/ -->
<dependency>
<groupId>gnu.getopt</groupId>
<artifactId>java-getopt</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/gnu.getopt/java-getopt/
implementation 'gnu.getopt:java-getopt:1.0.13'
// https://jarcasting.com/artifacts/gnu.getopt/java-getopt/
implementation ("gnu.getopt:java-getopt:1.0.13")
'gnu.getopt:java-getopt:jar:1.0.13'
<dependency org="gnu.getopt" name="java-getopt" rev="1.0.13">
<artifact name="java-getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='gnu.getopt', module='java-getopt', version='1.0.13')
)
libraryDependencies += "gnu.getopt" % "java-getopt" % "1.0.13"
[gnu.getopt/java-getopt "1.0.13"]