g

getopt_2.11

POSIX getopt for Scala
https://gitlab.com/hsn10/getopt
MIT
Filez.com
Radim Kolar
文件下载
文件名 操作
getopt_2.11-1.2.4.jar 下载
getopt_2.11-1.2.4.pom 下载
getopt_2.11-1.2.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.filez.scala</groupId>
  <artifactId>getopt_2.11</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.filez.scala:getopt_2.11:1.2.4'
Gradle Kotlin
implementation("com.filez.scala:getopt_2.11:1.2.4")
Scala SBT
libraryDependencies += "com.filez.scala" % "getopt_2.11" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.filez.scala', module='getopt_2.11', version='1.2.4')
)
Apache Ivy
<dependency org="com.filez.scala" name="getopt_2.11" rev="1.2.4" />
Leiningen
[com.filez.scala/getopt_2.11 "1.2.4"]
Apache Buildr
'com.filez.scala:getopt_2.11:jar:1.2.4'