Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.testcontainers |
ArtifactId | ArtifactIdjdbc-test |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-test-1.8.1.pom | |
jdbc-test-1.8.1.jar | 261 bytes |
jdbc-test-1.8.1-sources.jar | 261 bytes |
jdbc-test-1.8.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc-test</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/
implementation 'org.testcontainers:jdbc-test:1.8.1'
// https://jarcasting.com/artifacts/org.testcontainers/jdbc-test/
implementation ("org.testcontainers:jdbc-test:1.8.1")
'org.testcontainers:jdbc-test:jar:1.8.1'
<dependency org="org.testcontainers" name="jdbc-test" rev="1.8.1">
<artifact name="jdbc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='jdbc-test', version='1.8.1')
)
libraryDependencies += "org.testcontainers" % "jdbc-test" % "1.8.1"
[org.testcontainers/jdbc-test "1.8.1"]