License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-testing |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 Test Helpers
Utilities for testing Jdbi
|
Filename | Size |
---|---|
jdbi3-testing-3.30.0.pom | |
jdbi3-testing-3.30.0.jar | 8 KB |
jdbi3-testing-3.30.0-tests.jar | 12 KB |
jdbi3-testing-3.30.0-test-sources.jar | 7 KB |
jdbi3-testing-3.30.0-sources.jar | 8 KB |
jdbi3-testing-3.30.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-testing/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-testing</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-testing/
implementation 'org.jdbi:jdbi3-testing:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-testing/
implementation ("org.jdbi:jdbi3-testing:3.30.0")
'org.jdbi:jdbi3-testing:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-testing" rev="3.30.0">
<artifact name="jdbi3-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-testing', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-testing" % "3.30.0"
[org.jdbi/jdbi3-testing "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
junit : junit Optional | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
com.opentable.components : otj-pg-embedded Optional | jar | 1.0.1 |
de.softwareforge.testing : pg-embedded Optional | jar | 4.2 |
org.postgresql : postgresql Optional | jar | 42.3.3 |
com.h2database : h2 Optional | jar | 2.1.212 |
org.xerial : sqlite-jdbc Optional | jar | 3.36.0.1 |
org.flywaydb : flyway-core Optional | jar | 7.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.assertj : assertj-core | jar | 3.21.0 |