GroupId | GroupIdio.airlift |
---|---|
ArtifactId | ArtifactIdhttp-server |
Version | Version0.177 |
Type | Typejar |
Filename | Size |
---|---|
http-server-0.177.pom | |
http-server-0.177.jar | 65 KB |
http-server-0.177-tests.jar | 77 KB |
http-server-0.177-test-sources.jar | 52 KB |
http-server-0.177-sources.jar | 40 KB |
http-server-0.177-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/http-server/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>http-server</artifactId>
<version>0.177</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/http-server/
implementation 'io.airlift:http-server:0.177'
// https://jarcasting.com/artifacts/io.airlift/http-server/
implementation ("io.airlift:http-server:0.177")
'io.airlift:http-server:jar:0.177'
<dependency org="io.airlift" name="http-server" rev="0.177">
<artifact name="http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='http-server', version='0.177')
)
libraryDependencies += "io.airlift" % "http-server" % "0.177"
[io.airlift/http-server "0.177"]