Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdurbanophile |
ArtifactId | ArtifactIdjava-getopt |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
java-getopt-1.0.9.pom | |
java-getopt-1.0.9.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/urbanophile/java-getopt/ -->
<dependency>
<groupId>urbanophile</groupId>
<artifactId>java-getopt</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/urbanophile/java-getopt/
implementation 'urbanophile:java-getopt:1.0.9'
// https://jarcasting.com/artifacts/urbanophile/java-getopt/
implementation ("urbanophile:java-getopt:1.0.9")
'urbanophile:java-getopt:jar:1.0.9'
<dependency org="urbanophile" name="java-getopt" rev="1.0.9">
<artifact name="java-getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='urbanophile', module='java-getopt', version='1.0.9')
)
libraryDependencies += "urbanophile" % "java-getopt" % "1.0.9"
[urbanophile/java-getopt "1.0.9"]