<dependency> <groupId>io.etcd</groupId> <artifactId>jetcd-test</artifactId> <version>0.5.2</version> </dependency>
implementation 'io.etcd:jetcd-test:0.5.2'
implementation("io.etcd:jetcd-test:0.5.2")
libraryDependencies += "io.etcd" % "jetcd-test" % "0.5.2"
@Grapes( @Grab(group='io.etcd', module='jetcd-test', version='0.5.2') )
<dependency org="io.etcd" name="jetcd-test" rev="0.5.2" />
[io.etcd/jetcd-test "0.5.2"]
'io.etcd:jetcd-test:jar:0.5.2'
<parent> <groupId>io.etcd</groupId> <artifactId>jetcd-parent</artifactId> <version>0.5.2</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