cuzfrog / simple-cmd   0.1.2

Apache License 2.0 GitHub

Command-line argument parser for scala application.

Scala versions: 2.12 2.11

scmd 0.1.1


Group ID:
com.github.cuzfrog
Artifact ID:
scmd_2.11
Version:
0.1.1
Release Date:
Aug 30, 2017
Licenses:
Files:

libraryDependencies += "com.github.cuzfrog" %% "scmd" % "0.1.1"

Mill build tool

ivy"com.github.cuzfrog::scmd:0.1.1"

Scala CLI

//> using dep "com.github.cuzfrog::scmd:0.1.1"

Ammonite REPL

import $ivy.`com.github.cuzfrog::scmd:0.1.1`

<dependency>
  <groupId>com.github.cuzfrog</groupId>
  <artifactId>scmd_2.11</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.github.cuzfrog', name: 'scmd_2.11', version: '0.1.1'