is not current version
Last Version 1.4

com.bluecirclesoft.open:getopt 1.3

bluecircle-getopt - A simple Java getopt processor

GroupId

GroupId

com.bluecirclesoft.open
ArtifactId

ArtifactId

getopt
Version

Version

1.3
Type

Type

jar

Download getopt 1.3


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