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