文件下载
文件名 操作
getopt-1.4.jar 下载
getopt-1.4.pom 下载
getopt-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bluecirclesoft.open</groupId>
  <artifactId>getopt</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.bluecirclesoft.open:getopt:1.4'
Gradle Kotlin
implementation("com.bluecirclesoft.open:getopt:1.4")
Scala SBT
libraryDependencies += "com.bluecirclesoft.open" % "getopt" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.bluecirclesoft.open', module='getopt', version='1.4')
)
Apache Ivy
<dependency org="com.bluecirclesoft.open" name="getopt" rev="1.4" />
Leiningen
[com.bluecirclesoft.open/getopt "1.4"]
Apache Buildr
'com.bluecirclesoft.open:getopt:jar:1.4'
本项目依赖