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