<dependency> <groupId>org.testcontainers</groupId> <artifactId>yugabytedb</artifactId> <version>1.17.6</version> </dependency>
implementation 'org.testcontainers:yugabytedb:1.17.6'
implementation("org.testcontainers:yugabytedb:1.17.6")
libraryDependencies += "org.testcontainers" % "yugabytedb" % "1.17.6"
@Grapes( @Grab(group='org.testcontainers', module='yugabytedb', version='1.17.6') )
<dependency org="org.testcontainers" name="yugabytedb" rev="1.17.6" />
[org.testcontainers/yugabytedb "1.17.6"]
'org.testcontainers:yugabytedb:jar:1.17.6'
compile
|-- org.testcontainers:jdbc:1.17.6