g

getopt_2.10

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