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