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