| Группа | Группаorg.aesh |
|---|---|
| Идентификатор | Идентификаторaesh-extensions |
| Версия | Версия1.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| aesh-extensions-1.5.pom | |
| aesh-extensions-1.5.jar | 163 KB |
| aesh-extensions-1.5-tests.jar | 43 KB |
| aesh-extensions-1.5-sources.jar | 104 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.aesh/aesh-extensions/ -->
<dependency>
<groupId>org.aesh</groupId>
<artifactId>aesh-extensions</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.aesh/aesh-extensions/
implementation 'org.aesh:aesh-extensions:1.5'
// https://jarcasting.com/artifacts/org.aesh/aesh-extensions/
implementation ("org.aesh:aesh-extensions:1.5")
'org.aesh:aesh-extensions:jar:1.5'
<dependency org="org.aesh" name="aesh-extensions" rev="1.5">
<artifact name="aesh-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aesh', module='aesh-extensions', version='1.5')
)
libraryDependencies += "org.aesh" % "aesh-extensions" % "1.5"
[org.aesh/aesh-extensions "1.5"]