GroupId | GroupIdcom.bluecirclesoft.open |
---|---|
ArtifactId | ArtifactIdgetopt |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
getopt-1.2.pom | |
getopt-1.2.jar | 38 KB |
getopt-1.2-sources.jar | 32 KB |
getopt-1.2-javadoc.jar | 168 KB |
Browse |
<!-- 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"]