GroupId | GroupIdio.hekate |
---|---|
ArtifactId | ArtifactIdhekate-etcd |
Version | Version3.4.1 |
Type | Typejar |
Filename | Size |
---|---|
hekate-etcd-3.4.1.pom | |
hekate-etcd-3.4.1.jar | 9 KB |
hekate-etcd-3.4.1-sources.jar | 7 KB |
hekate-etcd-3.4.1-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hekate/hekate-etcd/ -->
<dependency>
<groupId>io.hekate</groupId>
<artifactId>hekate-etcd</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.hekate/hekate-etcd/
implementation 'io.hekate:hekate-etcd:3.4.1'
// https://jarcasting.com/artifacts/io.hekate/hekate-etcd/
implementation ("io.hekate:hekate-etcd:3.4.1")
'io.hekate:hekate-etcd:jar:3.4.1'
<dependency org="io.hekate" name="hekate-etcd" rev="3.4.1">
<artifact name="hekate-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hekate', module='hekate-etcd', version='3.4.1')
)
libraryDependencies += "io.hekate" % "hekate-etcd" % "3.4.1"
[io.hekate/hekate-etcd "3.4.1"]