Categories |
CategoriesJDBI Data Databases |
---|---|
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-postgres |
Version | Version3.19.0 |
Type | Typejar |
Filename | Size |
---|---|
jdbi3-postgres-3.19.0.pom | |
jdbi3-postgres-3.19.0.jar | 38 KB |
jdbi3-postgres-3.19.0-tests.jar | 68 KB |
jdbi3-postgres-3.19.0-test-sources.jar | 32 KB |
jdbi3-postgres-3.19.0-sources.jar | 31 KB |
jdbi3-postgres-3.19.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-postgres</artifactId>
<version>3.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/
implementation 'org.jdbi:jdbi3-postgres:3.19.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/
implementation ("org.jdbi:jdbi3-postgres:3.19.0")
'org.jdbi:jdbi3-postgres:jar:3.19.0'
<dependency org="org.jdbi" name="jdbi3-postgres" rev="3.19.0">
<artifact name="jdbi3-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-postgres', version='3.19.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-postgres" % "3.19.0"
[org.jdbi/jdbi3-postgres "3.19.0"]