<dependency> <groupId>io.etcd</groupId> <artifactId>jetcd-test</artifactId> <version>0.5.3</version> </dependency>
implementation 'io.etcd:jetcd-test:0.5.3'
implementation("io.etcd:jetcd-test:0.5.3")
libraryDependencies += "io.etcd" % "jetcd-test" % "0.5.3"
@Grapes( @Grab(group='io.etcd', module='jetcd-test', version='0.5.3') )
<dependency org="io.etcd" name="jetcd-test" rev="0.5.3" />
[io.etcd/jetcd-test "0.5.3"]
'io.etcd:jetcd-test:jar:0.5.3'
<parent> <groupId>io.etcd</groupId> <artifactId>jetcd-parent</artifactId> <version>0.5.3</version> </parent>
compile
|-- io.grpc:grpc-api
|-- io.grpc:grpc-core
|-- io.etcd:jetcd-launcher
|-- org.slf4j:slf4j-api
|-- org.testcontainers:testcontainers
|-- org.junit.jupiter:junit-jupiter-api