не последняя версия
Последняя версия 2.6

org.aesh:aesh 1.7

Æsh (Another Extendable SHell)

Группа

Группа

org.aesh
Идентификатор

Идентификатор

aesh
Версия

Версия

1.7
Тип

Тип

jar

Скачать aesh 1.7

Имя Файла Размер
aesh-1.7.pom
aesh-1.7.jar 294 KB
aesh-1.7-tests.jar 268 KB
aesh-1.7-sources.jar 265 KB
Обзор

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