scli

A small functional library for Scala to process command line parameters

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.oheger
ArtifactId

ArtifactId

scli_2.13
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

scli
A small functional library for Scala to process command line parameters
Project URL

Project URL

https://github.com/oheger/scli
Project Organization

Project Organization

com.github.oheger
Source Code Management

Source Code Management

https://github.com/oheger/scli.git

Download scli_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.oheger/scli_2.13/ -->
<dependency>
    <groupId>com.github.oheger</groupId>
    <artifactId>scli_2.13</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oheger/scli_2.13/
implementation 'com.github.oheger:scli_2.13:1.1.0'
// https://jarcasting.com/artifacts/com.github.oheger/scli_2.13/
implementation ("com.github.oheger:scli_2.13:1.1.0")
'com.github.oheger:scli_2.13:jar:1.1.0'
<dependency org="com.github.oheger" name="scli_2.13" rev="1.1.0">
  <artifact name="scli_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oheger', module='scli_2.13', version='1.1.0')
)
libraryDependencies += "com.github.oheger" % "scli_2.13" % "1.1.0"
[com.github.oheger/scli_2.13 "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.6

test (4)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.9
org.scalatestplus : scalatestplus-mockito_2.13 jar 1.0.0-M2
org.mockito : mockito-core jar 1.9.5
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0