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