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