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