GroupId | GroupIdcom.bluecirclesoft.open |
---|---|
ArtifactId | ArtifactIdgetopt |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
getopt-1.3.pom | |
getopt-1.3.jar | 39 KB |
getopt-1.3-sources.jar | 33 KB |
getopt-1.3-javadoc.jar | 169 KB |
Browse |
<!-- 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"]