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