cli


License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.fmv1992
ArtifactId

ArtifactId

cli_2.11
Last Version

Last Version

1.11.4
Release Date

Release Date

Type

Type

jar
Description

Description

cli
cli
Project URL

Project URL

https://github.com/fmv1992/fmv1992_scala_utilities
Project Organization

Project Organization

io.github.fmv1992
Source Code Management

Source Code Management

https://github.com/fmv1992/fmv1992_scala_utilities

Download cli_2.11

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
io.github.fmv1992 : util_2.11 jar 1.11.4
org.scalameta : scalameta_2.11 jar 4.3.24
org.scala-lang.modules : scala-collection-compat_2.11 jar 2.2.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.2.0

Project Modules

There are no modules declared in this project.

fmv1992_scala_utilities

This project illustrates my journey in learning Scala and trying to deploy my first project for other people to use.

Sub-projects

CLI

Deprecated sub-project. It is not a project of its own: scala_cli_parser.

Game of life

A game of life implementation in Scala.

Uniq

A uniq implementation in Scala in which the order of the lines does not matter.

Util

A very broad utilities package for Scala.

Versions

Version
1.11.4
1.11.1