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 | ArtifactIdconcurrent |
| Last Version | Last Version0.137-t |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconcurrent
Airlift
|
| Project Organization |
Project OrganizationAirlift |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| concurrent-0.137-t.pom | |
| concurrent-0.137-t.jar | 24 KB |
| concurrent-0.137-t-tests.jar | 19 KB |
| concurrent-0.137-t-test-sources.jar | 7 KB |
| concurrent-0.137-t-sources.jar | 10 KB |
| concurrent-0.137-t-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teradata.airlift/concurrent/ -->
<dependency>
<groupId>com.teradata.airlift</groupId>
<artifactId>concurrent</artifactId>
<version>0.137-t</version>
</dependency>
// https://jarcasting.com/artifacts/com.teradata.airlift/concurrent/
implementation 'com.teradata.airlift:concurrent:0.137-t'
// https://jarcasting.com/artifacts/com.teradata.airlift/concurrent/
implementation ("com.teradata.airlift:concurrent:0.137-t")
'com.teradata.airlift:concurrent:jar:0.137-t'
<dependency org="com.teradata.airlift" name="concurrent" rev="0.137-t">
<artifact name="concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teradata.airlift', module='concurrent', version='0.137-t')
)
libraryDependencies += "com.teradata.airlift" % "concurrent" % "0.137-t"
[com.teradata.airlift/concurrent "0.137-t"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.airlift : units | jar | 1.0 |
| com.teradata.airlift : log | jar | 0.137-t |
| com.google.code.findbugs : annotations Optional | jar | 2.0.3 |
| com.google.guava : guava | jar | 18.0 |
| org.weakref : jmxutils | jar | 1.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.6 |
| com.teradata.airlift : testing | jar | 0.137-t |
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Trino (formerly PrestoSQL).