License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.peachjean.overeasy |
ArtifactId | ArtifactIdovereasy |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionOverEasy
A Guice-driven Command Shell framework. Allows for building command shells in Java.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
overeasy-0.3.0.pom | |
overeasy-0.3.0.jar | 29 KB |
overeasy-0.3.0-sources.jar | 15 KB |
overeasy-0.3.0-javadoc.jar | 129 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |