jodersky / scala-argparse   0.13.0

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

Pragmatic command line parsing and configuration for Scala apps

Scala versions: 3.x 2.13
Scala Native versions: 0.4

cmdr 0.3.0


Group ID:
io.crashbox
Artifact ID:
cmdr_2.13
Version:
0.3.0
Release Date:
Oct 21, 2020
Licenses:
MIT
Files:

libraryDependencies += "io.crashbox" %% "cmdr" % "0.3.0"

Mill build tool

ivy"io.crashbox::cmdr:0.3.0"

Scala CLI

//> using dep "io.crashbox::cmdr:0.3.0"

Ammonite REPL

import $ivy.`io.crashbox::cmdr:0.3.0`

<dependency>
  <groupId>io.crashbox</groupId>
  <artifactId>cmdr_2.13</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'io.crashbox', name: 'cmdr_2.13', version: '0.3.0'