License |
License |
---|---|
GroupId | GroupIdcom.bluecirclesoft.open |
ArtifactId | ArtifactIdgetopt |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbluecircle-getopt
bluecircle-getopt - A simple Java getopt processor
|
Project URL |
Project URL |
Filename | Size |
---|---|
getopt-1.4.pom | |
getopt-1.4.jar | 36 KB |
getopt-1.4-sources.jar | 32 KB |
getopt-1.4-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/ -->
<dependency>
<groupId>com.bluecirclesoft.open</groupId>
<artifactId>getopt</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation 'com.bluecirclesoft.open:getopt:1.4'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation ("com.bluecirclesoft.open:getopt:1.4")
'com.bluecirclesoft.open:getopt:jar:1.4'
<dependency org="com.bluecirclesoft.open" name="getopt" rev="1.4">
<artifact name="getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='getopt', version='1.4')
)
libraryDependencies += "com.bluecirclesoft.open" % "getopt" % "1.4"
[com.bluecirclesoft.open/getopt "1.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |