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