| License |
License |
|---|---|
| Categories |
CategoriesDB2 Data Databases Container |
| GroupId | GroupIdorg.testcontainers |
| ArtifactId | ArtifactIddb2 |
| Last Version | Last Version1.17.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestcontainers :: JDBC :: DB2
Isolated container management for Java code testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| db2-1.17.2.pom | |
| db2-1.17.2.jar | 3 KB |
| db2-1.17.2-sources.jar | 2 KB |
| db2-1.17.2-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/db2/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>db2</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/db2/
implementation 'org.testcontainers:db2:1.17.2'
// https://jarcasting.com/artifacts/org.testcontainers/db2/
implementation ("org.testcontainers:db2:1.17.2")
'org.testcontainers:db2:jar:1.17.2'
<dependency org="org.testcontainers" name="db2" rev="1.17.2">
<artifact name="db2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='db2', version='1.17.2')
)
libraryDependencies += "org.testcontainers" % "db2" % "1.17.2"
[org.testcontainers/db2 "1.17.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testcontainers : jdbc | jar | 1.17.2 |