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