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