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