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