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