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 |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.teradata.airlift |
| ArtifactId | ArtifactIddbpool |
| Last Version | Last Version0.137-t |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondbpool
Airlift
|
| Project Organization |
Project OrganizationAirlift |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dbpool-0.137-t.pom | |
| dbpool-0.137-t.jar | 28 KB |
| dbpool-0.137-t-tests.jar | 28 KB |
| dbpool-0.137-t-test-sources.jar | 14 KB |
| dbpool-0.137-t-sources.jar | 18 KB |
| dbpool-0.137-t-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teradata.airlift/dbpool/ -->
<dependency>
<groupId>com.teradata.airlift</groupId>
<artifactId>dbpool</artifactId>
<version>0.137-t</version>
</dependency>
// https://jarcasting.com/artifacts/com.teradata.airlift/dbpool/
implementation 'com.teradata.airlift:dbpool:0.137-t'
// https://jarcasting.com/artifacts/com.teradata.airlift/dbpool/
implementation ("com.teradata.airlift:dbpool:0.137-t")
'com.teradata.airlift:dbpool:jar:0.137-t'
<dependency org="com.teradata.airlift" name="dbpool" rev="0.137-t">
<artifact name="dbpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teradata.airlift', module='dbpool', version='0.137-t')
)
libraryDependencies += "com.teradata.airlift" % "dbpool" % "0.137-t"
[com.teradata.airlift/dbpool "0.137-t"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.teradata.airlift : discovery | jar | 0.137-t |
| com.teradata.airlift : configuration | jar | 0.137-t |
| com.teradata.airlift : stats | jar | 0.137-t |
| io.airlift : units | jar | 1.0 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.google.guava : guava | jar | 18.0 |
| com.google.inject : guice | jar | 4.0 |
| org.weakref : jmxutils | jar | 1.19 |
| mysql : mysql-connector-java Optional | jar | 5.1.23 |
| com.h2database : h2 Optional | jar | 1.3.170 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.6 |
| com.teradata.airlift : testing | jar | 0.137-t |
| org.mockito : mockito-core | jar | 1.9.5 |
Airlift is a framework for building REST services in Java.
This project is used as the foundation for distributed systems like Presto.