GroupId | GroupIdio.airlift |
---|---|
ArtifactId | ArtifactIddbpool |
Version | Version0.168 |
Type | Typejar |
Filename | Size |
---|---|
dbpool-0.168.pom | |
dbpool-0.168.jar | 35 KB |
dbpool-0.168-tests.jar | 30 KB |
dbpool-0.168-test-sources.jar | 15 KB |
dbpool-0.168-sources.jar | 22 KB |
dbpool-0.168-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/dbpool/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>dbpool</artifactId>
<version>0.168</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation 'io.airlift:dbpool:0.168'
// https://jarcasting.com/artifacts/io.airlift/dbpool/
implementation ("io.airlift:dbpool:0.168")
'io.airlift:dbpool:jar:0.168'
<dependency org="io.airlift" name="dbpool" rev="0.168">
<artifact name="dbpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='dbpool', version='0.168')
)
libraryDependencies += "io.airlift" % "dbpool" % "0.168"
[io.airlift/dbpool "0.168"]