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