bmjames / scala-optparse-applicative   0.2.1

BSD 3-clause "New" or "Revised" License GitHub

Scala port of Paolo Capriotti's optparse-applicative library. This repository is no longer maintained; newer versions exist in this fork: https://github.com/xuwei-k/optparse-applicative

Scala versions: 2.12 2.11 2.10

scala-optparse-applicative 0.5


Group ID:
net.bmjames
Artifact ID:
scala-optparse-applicative_2.12
Version:
0.5
Release Date:
Nov 5, 2016
Licenses:

libraryDependencies += "net.bmjames" %% "scala-optparse-applicative" % "0.5"
resolvers += Resolver.bintrayRepo("bmjames", "maven")

Mill build tool

ivy"net.bmjames::scala-optparse-applicative:0.5"
MavenRepository("https://dl.bintray.com/bmjames/maven")

Scala CLI

//> using dep "net.bmjames::scala-optparse-applicative:0.5"

Ammonite REPL

import $ivy.`net.bmjames::scala-optparse-applicative:0.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray bmjames maven",
  "Some(https://dl.bintray.com/bmjames/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.bmjames</groupId>
  <artifactId>scala-optparse-applicative_2.12</artifactId>
  <version>0.5</version>
</dependency>

compile group: 'net.bmjames', name: 'scala-optparse-applicative_2.12', version: '0.5'