Last Version

OverEasy 0.3.0

A Guice-driven Command Shell framework. Allows for building command shells in Java.

License

License

Categories

Categories

Net
GroupId

GroupId

net.peachjean.overeasy
ArtifactId

ArtifactId

overeasy
Version

Version

0.3.0
Type

Type

jar
Description

Description

OverEasy
A Guice-driven Command Shell framework. Allows for building command shells in Java.
Source Code Management

Source Code Management

https://github.com/peachjean/overeasy

Download overeasy 0.3.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
commons-cli : commons-cli jar 1.2
jline : jline jar 2.11
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-multibindings jar 3.0
com.google.guava : guava jar 13.0.1
ch.qos.logback : logback-classic jar 1.0.6
org.hamcrest : hamcrest-library jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.