oheger / scli   1.1.0

Apache License 2.0 GitHub

A functional Command Line Interface library for Scala.

Scala versions: 2.13 2.12 2.11

scli 1.0.0


Group ID:
com.github.oheger
Artifact ID:
scli_2.13
Version:
1.0.0
Release Date:
Sept 26, 2020
Licenses:
Files:

libraryDependencies += "com.github.oheger" %% "scli" % "1.0.0"

Mill build tool

ivy"com.github.oheger::scli:1.0.0"

Scala CLI

//> using dep "com.github.oheger::scli:1.0.0"

Ammonite REPL

import $ivy.`com.github.oheger::scli:1.0.0`

<dependency>
  <groupId>com.github.oheger</groupId>
  <artifactId>scli_2.13</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.oheger', name: 'scli_2.13', version: '1.0.0'