is not current version
Last Version 215

io.airlift:dbpool 0.91


GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

dbpool
Version

Version

0.91
Type

Type

jar

Download dbpool 0.91


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