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