is not current version
Last Version 215

io.airlift:dbpool 0.134


GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

dbpool
Version

Version

0.134
Type

Type

jar

Download dbpool 0.134


<!-- https://jarcasting.com/artifacts/io.airlift/dbpool/ -->
<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>dbpool</artifactId>
    <version>0.134</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation 'io.airlift:dbpool:0.134'
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation ("io.airlift:dbpool:0.134")
'io.airlift:dbpool:jar:0.134'
<dependency org="io.airlift" name="dbpool" rev="0.134">
  <artifact name="dbpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='dbpool', version='0.134')
)
libraryDependencies += "io.airlift" % "dbpool" % "0.134"
[io.airlift/dbpool "0.134"]