is not current version
Last Version 0.3.0

net.peachjean.overeasy:overeasy 0.1.1

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

Categories

Categories

Net
GroupId

GroupId

net.peachjean.overeasy
ArtifactId

ArtifactId

overeasy
Version

Version

0.1.1
Type

Type

jar

Download overeasy 0.1.1


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