is not current version
Last Version 2.6

org.aesh:aesh-all 1.11

Æsh (Another Extendable SHell) All

GroupId

GroupId

org.aesh
ArtifactId

ArtifactId

aesh-all
Version

Version

1.11
Type

Type

pom

Download aesh-all 1.11

Filename Size
aesh-all-1.11.pom 4 KB
Browse

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