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 | ArtifactIdtesting |
| Last Version | Last Version0.137-t |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontesting
Airlift
|
| Project Organization |
Project OrganizationAirlift |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| testing-0.137-t.pom | |
| testing-0.137-t.jar | 26 KB |
| testing-0.137-t-tests.jar | 21 KB |
| testing-0.137-t-test-sources.jar | 7 KB |
| testing-0.137-t-sources.jar | 11 KB |
| testing-0.137-t-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teradata.airlift/testing/ -->
<dependency>
<groupId>com.teradata.airlift</groupId>
<artifactId>testing</artifactId>
<version>0.137-t</version>
</dependency>
// https://jarcasting.com/artifacts/com.teradata.airlift/testing/
implementation 'com.teradata.airlift:testing:0.137-t'
// https://jarcasting.com/artifacts/com.teradata.airlift/testing/
implementation ("com.teradata.airlift:testing:0.137-t")
'com.teradata.airlift:testing:jar:0.137-t'
<dependency org="com.teradata.airlift" name="testing" rev="0.137-t">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teradata.airlift', module='testing', version='0.137-t')
)
libraryDependencies += "com.teradata.airlift" % "testing" % "0.137-t"
[com.teradata.airlift/testing "0.137-t"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.apache.bval : bval-jsr | jar | 1.1.1 |
| org.testng : testng Optional | 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).