| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.aesh |
| Идентификатор | Идентификаторaesh |
| Последняя версия | Последняя версия2.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеÆsh
Æsh (Another Extendable SHell)
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aesh-2.6.pom | |
| aesh-2.6.jar | 348 KB |
| aesh-2.6-tests.jar | 300 KB |
| aesh-2.6-sources.jar | 304 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.aesh/aesh/ -->
<dependency>
<groupId>org.aesh</groupId>
<artifactId>aesh</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.aesh/aesh/
implementation 'org.aesh:aesh:2.6'
// https://jarcasting.com/artifacts/org.aesh/aesh/
implementation ("org.aesh:aesh:2.6")
'org.aesh:aesh:jar:2.6'
<dependency org="org.aesh" name="aesh" rev="2.6">
<artifact name="aesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aesh', module='aesh', version='2.6')
)
libraryDependencies += "org.aesh" % "aesh" % "2.6"
[org.aesh/aesh "2.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.aesh : readline | jar | 2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |