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