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