davidledwards / scalop   2.3.1

Apache License 2.0 GitHub

Yet another option parser for Scala

Scala versions: 3.x

scalop 2.3


Group ID:
com.loopfor.scalop
Artifact ID:
scalop_2.13
Version:
2.3
Release Date:
May 20, 2020
Licenses:
Files:
Full Scala Version:
2.13.2
Developers:

libraryDependencies += "com.loopfor.scalop" %% "scalop" % "2.3"

Mill build tool

ivy"com.loopfor.scalop::scalop:2.3"

Scala CLI

//> using dep "com.loopfor.scalop::scalop:2.3"

Ammonite REPL

import $ivy.`com.loopfor.scalop::scalop:2.3`

<dependency>
  <groupId>com.loopfor.scalop</groupId>
  <artifactId>scalop_2.13</artifactId>
  <version>2.3</version>
</dependency>

compile group: 'com.loopfor.scalop', name: 'scalop_2.13', version: '2.3'