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.0


Group ID:
com.github.cuzfrog
Artifact ID:
scmd_2.12
Version:
0.1.0
Release Date:
Aug 26, 2017
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.cuzfrog</groupId>
  <artifactId>scmd_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.cuzfrog', name: 'scmd_2.12', version: '0.1.0'