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