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


Group ID:
io.crashbox
Artifact ID:
argparse_2.13
Version:
0.18.0
Release Date:
Jan 13, 2023
Licenses:
MIT
Files:

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

Mill build tool

ivy"io.crashbox::argparse:0.18.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>io.crashbox</groupId>
  <artifactId>argparse_2.13</artifactId>
  <version>0.18.0</version>
</dependency>

compile group: 'io.crashbox', name: 'argparse_2.13', version: '0.18.0'