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