g

getopt_2.11

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