License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-postgres |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 Postgres
jdbi PostgreSQL specific features
|
Filename | Size |
---|---|
jdbi3-postgres-3.30.0.pom | |
jdbi3-postgres-3.30.0.jar | 38 KB |
jdbi3-postgres-3.30.0-tests.jar | 68 KB |
jdbi3-postgres-3.30.0-test-sources.jar | 32 KB |
jdbi3-postgres-3.30.0-sources.jar | 32 KB |
jdbi3-postgres-3.30.0-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-postgres</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/
implementation 'org.jdbi:jdbi3-postgres:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-postgres/
implementation ("org.jdbi:jdbi3-postgres:3.30.0")
'org.jdbi:jdbi3-postgres:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-postgres" rev="3.30.0">
<artifact name="jdbi3-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-postgres', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-postgres" % "3.30.0"
[org.jdbi/jdbi3-postgres "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-sqlobject Optional | jar | 3.30.0 |
org.jdbi : jdbi3-json Optional | jar | 3.30.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.github.spotbugs : spotbugs-annotations | jar | 4.7.0 |
org.postgresql : postgresql | jar | 42.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.8.8 |
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
de.softwareforge.testing : pg-embedded | jar | 4.2 |
com.google.guava : guava | jar | 30.1.1-jre |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |