MVN

org.jdbi : jdbi3-testcontainers

Maven & Gradle

Aug 15, 2023
1.7k stars

jdbi3 testcontainers · Support for the testcontainers.org project for testing databases.

<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-testcontainers</artifactId>
    <version>3.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdbi : jdbi3-testcontainers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.41.0
  • Latest Release Candidate: 3.41.0-rc1

All Versions

Choose a version of org.jdbi : jdbi3-testcontainers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.41.x
jdbi3-testcontainers-3.41.0
jdbi3-testcontainers-3.41.0-rc1
3.40.x
jdbi3-testcontainers-3.40.0
jdbi3-testcontainers-3.40.0-rc1
jdbi3-testcontainers-3.40.0-a0
3.39.x
jdbi3-testcontainers-3.39.1
jdbi3-testcontainers-3.39.0
3.38.x
jdbi3-testcontainers-3.38.3
jdbi3-testcontainers-3.38.2
jdbi3-testcontainers-3.38.1
jdbi3-testcontainers-3.38.1-rc1
jdbi3-testcontainers-3.38.0
jdbi3-testcontainers-3.38.0-rc3
jdbi3-testcontainers-3.38.0-rc2
jdbi3-testcontainers-3.38.0-rc1
3.37.x
jdbi3-testcontainers-3.37.1
jdbi3-testcontainers-3.37.0
3.36.x
jdbi3-testcontainers-3.36.0

How to add a dependency to Maven

Add the following org.jdbi : jdbi3-testcontainers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-testcontainers</artifactId>
    <version>3.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdbi : jdbi3-testcontainers gradle dependency to your build.gradle file:

implementation 'org.jdbi:jdbi3-testcontainers:3.41.0'

Gradle Kotlin DSL: Add the following org.jdbi : jdbi3-testcontainers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdbi:jdbi3-testcontainers:3.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdbi : jdbi3-testcontainers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdbi" % "jdbi3-testcontainers" % "3.41.0"