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