is not current version
Last Version 1.4

com.bluecirclesoft.open:getopt 1.2

bluecircle-getopt - A simple Java getopt processor

GroupId

GroupId

com.bluecirclesoft.open
ArtifactId

ArtifactId

getopt
Version

Version

1.2
Type

Type

jar

Download getopt 1.2


<!-- https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/ -->
<dependency>
    <groupId>com.bluecirclesoft.open</groupId>
    <artifactId>getopt</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation 'com.bluecirclesoft.open:getopt:1.2'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation ("com.bluecirclesoft.open:getopt:1.2")
'com.bluecirclesoft.open:getopt:jar:1.2'
<dependency org="com.bluecirclesoft.open" name="getopt" rev="1.2">
  <artifact name="getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='getopt', version='1.2')
)
libraryDependencies += "com.bluecirclesoft.open" % "getopt" % "1.2"
[com.bluecirclesoft.open/getopt "1.2"]