is not current version
Last Version 2.6

org.aesh:aesh 2.5

Æsh (Another Extendable SHell)

GroupId

GroupId

org.aesh
ArtifactId

ArtifactId

aesh
Version

Version

2.5
Type

Type

jar

Download aesh 2.5


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