app-shell

A framework for creating shells/CLIs for an application.

License

License

GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

app-shell_2.12
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

app-shell
A framework for creating shells/CLIs for an application.
Project URL

Project URL

https://github.com/NthPortal/app-shell
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/app-shell

Download app-shell_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.nthportal/app-shell_2.12/ -->
<dependency>
    <groupId>com.nthportal</groupId>
    <artifactId>app-shell_2.12</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/app-shell_2.12/
implementation 'com.nthportal:app-shell_2.12:1.2.0'
// https://jarcasting.com/artifacts/com.nthportal/app-shell_2.12/
implementation ("com.nthportal:app-shell_2.12:1.2.0")
'com.nthportal:app-shell_2.12:jar:1.2.0'
<dependency org="com.nthportal" name="app-shell_2.12" rev="1.2.0">
  <artifact name="app-shell_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='app-shell_2.12', version='1.2.0')
)
libraryDependencies += "com.nthportal" % "app-shell_2.12" % "1.2.0"
[com.nthportal/app-shell_2.12 "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.1
com.google.guava : guava jar [21,22)
org.scala-lang.modules : scala-java8-compat_2.12 jar [0.8,0.9)
com.nthportal : future-queue_2.12 jar [1,2)

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar [3.0,3.1)

Project Modules

There are no modules declared in this project.

app-shell

A framework for creating shells/CLIs for an application

Build Status Coverage Status Maven Central Versioning

Add as a Dependency

SBT

"com.nthportal" %% "app-shell" % "1.2.0"

Maven

<dependency>
  <groupId>com.nthportal</groupId>
  <artifactId>app-shell_2.12</artifactId>
  <version>1.2.0</version>
</dependency>

Versions

Version
1.2.0
1.1.0
1.0.0