GroupId | GroupIdcom.bluecirclesoft.open |
---|---|
ArtifactId | ArtifactIdgetopt |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
getopt-1.1.pom | |
getopt-1.1.jar | 36 KB |
getopt-1.1-sources.jar | 32 KB |
getopt-1.1-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/ -->
<dependency>
<groupId>com.bluecirclesoft.open</groupId>
<artifactId>getopt</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation 'com.bluecirclesoft.open:getopt:1.1'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation ("com.bluecirclesoft.open:getopt:1.1")
'com.bluecirclesoft.open:getopt:jar:1.1'
<dependency org="com.bluecirclesoft.open" name="getopt" rev="1.1">
<artifact name="getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='getopt', version='1.1')
)
libraryDependencies += "com.bluecirclesoft.open" % "getopt" % "1.1"
[com.bluecirclesoft.open/getopt "1.1"]