acrisci / commander-scala   0.1.0

MIT License Website GitHub

A scalable command-line arguments parser

Scala versions: 2.11

commander 0.1.0


Group ID:
com.github.acrisci
Artifact ID:
commander_2.11
Version:
0.1.0
Release Date:
Mar 29, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.7
Developers:

libraryDependencies += "com.github.acrisci" %% "commander" % "0.1.0"

Mill build tool

ivy"com.github.acrisci::commander:0.1.0"

Scala CLI

//> using dep "com.github.acrisci::commander:0.1.0"

Ammonite REPL

import $ivy.`com.github.acrisci::commander:0.1.0`

<dependency>
  <groupId>com.github.acrisci</groupId>
  <artifactId>commander_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.acrisci', name: 'commander_2.11', version: '0.1.0'