g

getopt_3

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