License |
License |
---|---|
Categories |
Categoriesjetcd Data Databases |
GroupId | GroupIdio.etcd |
ArtifactId | ArtifactIdjetcd-parent |
Last Version | Last Version0.5.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjetcd
Java Client for etcd V3
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetcd-parent-0.5.11.pom | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.etcd/jetcd-parent/ -->
<dependency>
<groupId>io.etcd</groupId>
<artifactId>jetcd-parent</artifactId>
<version>0.5.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.etcd/jetcd-parent/
implementation 'io.etcd:jetcd-parent:0.5.11'
// https://jarcasting.com/artifacts/io.etcd/jetcd-parent/
implementation ("io.etcd:jetcd-parent:0.5.11")
'io.etcd:jetcd-parent:pom:0.5.11'
<dependency org="io.etcd" name="jetcd-parent" rev="0.5.11">
<artifact name="jetcd-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.etcd', module='jetcd-parent', version='0.5.11')
)
libraryDependencies += "io.etcd" % "jetcd-parent" % "0.5.11"
[io.etcd/jetcd-parent "0.5.11"]