Airlift
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Trino (formerly PrestoSQL).
| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.teradata.airlift |
| ArtifactId | ArtifactIdjmx-http-rpc |
| Last Version | Last Version0.137-t |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAirlift
|
| Project Organization |
Project OrganizationAirlift |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmx-http-rpc-0.137-t.pom | |
| jmx-http-rpc-0.137-t.jar | 22 KB |
| jmx-http-rpc-0.137-t-tests.jar | 8 KB |
| jmx-http-rpc-0.137-t-test-sources.jar | 4 KB |
| jmx-http-rpc-0.137-t-sources.jar | 13 KB |
| jmx-http-rpc-0.137-t-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teradata.airlift/jmx-http-rpc/ -->
<dependency>
<groupId>com.teradata.airlift</groupId>
<artifactId>jmx-http-rpc</artifactId>
<version>0.137-t</version>
</dependency>
// https://jarcasting.com/artifacts/com.teradata.airlift/jmx-http-rpc/
implementation 'com.teradata.airlift:jmx-http-rpc:0.137-t'
// https://jarcasting.com/artifacts/com.teradata.airlift/jmx-http-rpc/
implementation ("com.teradata.airlift:jmx-http-rpc:0.137-t")
'com.teradata.airlift:jmx-http-rpc:jar:0.137-t'
<dependency org="com.teradata.airlift" name="jmx-http-rpc" rev="0.137-t">
<artifact name="jmx-http-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teradata.airlift', module='jmx-http-rpc', version='0.137-t')
)
libraryDependencies += "com.teradata.airlift" % "jmx-http-rpc" % "0.137-t"
[com.teradata.airlift/jmx-http-rpc "0.137-t"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.teradata.airlift : discovery | jar | 0.137-t |
| com.teradata.airlift : json | jar | 0.137-t |
| com.teradata.airlift : configuration | jar | 0.137-t |
| com.teradata.airlift : node | jar | 0.137-t |
| com.teradata.airlift : http-server | jar | 0.137-t |
| com.google.inject : guice | jar | 4.0 |
| com.google.guava : guava | jar | 18.0 |
| org.weakref : jmxutils | jar | 1.19 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.teradata.airlift : testing | jar | 0.137-t |
| com.teradata.airlift : bootstrap | jar | 0.137-t |
| org.testng : testng | jar | 6.9.6 |
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Trino (formerly PrestoSQL).