GroupId | GroupIdio.memoria.jutils |
---|---|
ArtifactId | ArtifactIdetcd |
Version | Version0.212.0 |
Type | Typejar |
Filename | Size |
---|---|
etcd-0.212.0.pom | |
etcd-0.212.0.jar | 4 KB |
etcd-0.212.0-sources.jar | 1 KB |
etcd-0.212.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.memoria.jutils/etcd/ -->
<dependency>
<groupId>io.memoria.jutils</groupId>
<artifactId>etcd</artifactId>
<version>0.212.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.memoria.jutils/etcd/
implementation 'io.memoria.jutils:etcd:0.212.0'
// https://jarcasting.com/artifacts/io.memoria.jutils/etcd/
implementation ("io.memoria.jutils:etcd:0.212.0")
'io.memoria.jutils:etcd:jar:0.212.0'
<dependency org="io.memoria.jutils" name="etcd" rev="0.212.0">
<artifact name="etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.memoria.jutils', module='etcd', version='0.212.0')
)
libraryDependencies += "io.memoria.jutils" % "etcd" % "0.212.0"
[io.memoria.jutils/etcd "0.212.0"]