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

argparse 0.15.0


Group ID:
io.crashbox
Artifact ID:
argparse_3
Version:
0.15.0
Release Date:
Jan 31, 2022
Licenses:
MIT
Files:

libraryDependencies += "io.crashbox" %% "argparse" % "0.15.0"

Mill build tool

ivy"io.crashbox::argparse:0.15.0"

Scala CLI

//> using dep "io.crashbox::argparse:0.15.0"

Ammonite REPL

import $ivy.`io.crashbox::argparse:0.15.0`

<dependency>
  <groupId>io.crashbox</groupId>
  <artifactId>argparse_3</artifactId>
  <version>0.15.0</version>
</dependency>

compile group: 'io.crashbox', name: 'argparse_3', version: '0.15.0'