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