| Categories |
CategoriesMINA Net Networking |
|---|---|
| GroupId | GroupIdorg.aesh |
| ArtifactId | ArtifactIdterminal-http |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| terminal-http-2.0.pom | |
| terminal-http-2.0.jar | 52 KB |
| terminal-http-2.0-tests.jar | 27 KB |
| terminal-http-2.0-sources.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aesh/terminal-http/ -->
<dependency>
<groupId>org.aesh</groupId>
<artifactId>terminal-http</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aesh/terminal-http/
implementation 'org.aesh:terminal-http:2.0'
// https://jarcasting.com/artifacts/org.aesh/terminal-http/
implementation ("org.aesh:terminal-http:2.0")
'org.aesh:terminal-http:jar:2.0'
<dependency org="org.aesh" name="terminal-http" rev="2.0">
<artifact name="terminal-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aesh', module='terminal-http', version='2.0')
)
libraryDependencies += "org.aesh" % "terminal-http" % "2.0"
[org.aesh/terminal-http "2.0"]