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