Airlift
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Presto.
License |
License |
---|---|
GroupId | GroupIdio.airlift |
ArtifactId | ArtifactIdrack |
Last Version | Last Version0.75 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrack
The Platform Rack Server
|
Project Organization |
Project OrganizationAirlift |
Filename | Size |
---|---|
rack-0.75.pom | |
rack-0.75.jar | 10 KB |
rack-0.75-tests.jar | 614 KB |
rack-0.75-test-sources.jar | 607 KB |
rack-0.75-sources.jar | 7 KB |
rack-0.75-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/rack/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>rack</artifactId>
<version>0.75</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/rack/
implementation 'io.airlift:rack:0.75'
// https://jarcasting.com/artifacts/io.airlift/rack/
implementation ("io.airlift:rack:0.75")
'io.airlift:rack:jar:0.75'
<dependency org="io.airlift" name="rack" rev="0.75">
<artifact name="rack" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='rack', version='0.75')
)
libraryDependencies += "io.airlift" % "rack" % "0.75"
[io.airlift/rack "0.75"]
Group / Artifact | Type | Version |
---|---|---|
io.airlift : log | jar | 0.75 |
io.airlift : log-manager | jar | 0.75 |
io.airlift : configuration | jar | 0.75 |
io.airlift : json | jar | 0.75 |
io.airlift : node | jar | 0.75 |
io.airlift : event | jar | 0.75 |
io.airlift : discovery | jar | 0.75 |
io.airlift : http-server | jar | 0.75 |
io.airlift : bootstrap | jar | 0.75 |
io.airlift : jmx | jar | 0.75 |
io.airlift : jmx-http-rpc | jar | 0.75 |
com.google.guava : guava | jar | 14.0.1 |
com.google.inject : guice | jar | 3.0 |
org.jruby : jruby-complete | jar | 1.6.2 |
javax.inject : javax.inject | jar | 1 |
javax.validation : validation-api | jar | 1.0.0.GA |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
org.weakref : jmxutils | jar | 1.13 |
ch.qos.logback : logback-core | jar | 1.0.9 |
ch.qos.logback : logback-classic | jar | 1.0.9 |
org.slf4j : slf4j-api | jar | 1.7.2 |
org.apache.bval : bval-jsr303 | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
io.airlift : testing | jar | 0.75 |
org.testng : testng | jar | 6.8 |
org.mockito : mockito-core | jar | 1.9.5 |
io.airlift : http-client | jar | 0.75 |
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Presto.