is not current version
Last Version 2.6

org.aesh:aesh 2.4

Æsh (Another Extendable SHell)

GroupId

GroupId

org.aesh
ArtifactId

ArtifactId

aesh
Version

Version

2.4
Type

Type

jar

Download aesh 2.4


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