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