| Группа | Группаio.airlift |
|---|---|
| Идентификатор | Идентификаторdbpool |
| Версия | Версия0.138 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dbpool-0.138.pom | |
| dbpool-0.138.jar | 28 KB |
| dbpool-0.138-tests.jar | 28 KB |
| dbpool-0.138-test-sources.jar | 14 KB |
| dbpool-0.138-sources.jar | 18 KB |
| dbpool-0.138-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.airlift/dbpool/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>dbpool</artifactId>
<version>0.138</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation 'io.airlift:dbpool:0.138'
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation ("io.airlift:dbpool:0.138")
'io.airlift:dbpool:jar:0.138'
<dependency org="io.airlift" name="dbpool" rev="0.138">
<artifact name="dbpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='dbpool', version='0.138')
)
libraryDependencies += "io.airlift" % "dbpool" % "0.138"
[io.airlift/dbpool "0.138"]