frugalmechanic / scala-optparse   1.2.1

Apache License 2.0 GitHub

Command line option parsing for scala

Scala versions: 3.x 2.13 2.12 2.11 2.10

scala-optparse 1.1.2


Group ID:
com.frugalmechanic
Artifact ID:
scala-optparse_2.12
Version:
1.1.2
Release Date:
Nov 15, 2016
Licenses:

libraryDependencies += "com.frugalmechanic" %% "scala-optparse" % "1.1.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.frugalmechanic::scala-optparse:1.1.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.frugalmechanic::scala-optparse:1.1.2"

Ammonite REPL

import $ivy.`com.frugalmechanic::scala-optparse:1.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.frugalmechanic</groupId>
  <artifactId>scala-optparse_2.12</artifactId>
  <version>1.1.2</version>
</dependency>

compile group: 'com.frugalmechanic', name: 'scala-optparse_2.12', version: '1.1.2'