is not current version
Last Version 215

io.airlift:dbpool 205


GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

dbpool
Version

Version

205
Type

Type

jar

Download dbpool 205


<!-- 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"]