Last Version

null 1.12.0

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

jdbc-test
Version

Version

1.12.0
Type

Type

jar
Description

Description

null
Isolated container management for Java code testing
Project URL

Project URL

https://testcontainers.org
Source Code Management

Source Code Management

https://github.com/testcontainers/testcontainers-java/

Download jdbc-test 1.12.0


<!-- https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>jdbc-test</artifactId>
    <version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/
implementation 'org.testcontainers:jdbc-test:1.12.0'
// https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/
implementation ("org.testcontainers:jdbc-test:1.12.0")
'org.testcontainers:jdbc-test:jar:1.12.0'
<dependency org="org.testcontainers" name="jdbc-test" rev="1.12.0">
  <artifact name="jdbc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='jdbc-test', version='1.12.0')
)
libraryDependencies += "org.testcontainers" % "jdbc-test" % "1.12.0"
[org.testcontainers/jdbc-test "1.12.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.testcontainers : mysql jar 1.12.0
org.testcontainers : postgresql jar 1.12.0
org.testcontainers : mariadb jar 1.12.0
org.testcontainers : oracle-xe jar 1.12.0
org.testcontainers : mssqlserver jar 1.12.0
org.testcontainers : clickhouse jar 1.12.0
org.testcontainers : db2 jar 1.12.0

Project Modules

There are no modules declared in this project.