| License |
License |
|---|---|
| Categories |
CategoriesContainer jetcd Data Databases |
| GroupId | GroupIdio.etcd |
| ArtifactId | ArtifactIdjetcd-testcontainers |
| Last Version | Last Version0.5.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Client for etcd V3
|
| Filename | Size |
|---|---|
| jetcd-testcontainers-0.5.11.pom | |
| jetcd-testcontainers-0.5.11.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.etcd/jetcd-testcontainers/ -->
<dependency>
<groupId>io.etcd</groupId>
<artifactId>jetcd-testcontainers</artifactId>
<version>0.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.etcd/jetcd-testcontainers/
implementation 'io.etcd:jetcd-testcontainers:0.5.11'
// https://jarcasting.com/artifacts/io.etcd/jetcd-testcontainers/
implementation ("io.etcd:jetcd-testcontainers:0.5.11")
'io.etcd:jetcd-testcontainers:jar:0.5.11'
<dependency org="io.etcd" name="jetcd-testcontainers" rev="0.5.11">
<artifact name="jetcd-testcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.etcd', module='jetcd-testcontainers', version='0.5.11')
)
libraryDependencies += "io.etcd" % "jetcd-testcontainers" % "0.5.11"
[io.etcd/jetcd-testcontainers "0.5.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testcontainers : testcontainers | jar | 1.16.2 |
| org.apache.commons : commons-compress | jar | 1.21 |
| junit : junit | jar | 4.13.2 |