| GroupId | GroupIdio.github.slvwolf |
|---|---|
| ArtifactId | ArtifactIdccentral-etcd |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ccentral-etcd-0.4.2.pom | |
| ccentral-etcd-0.4.2.jar | 12 KB |
| ccentral-etcd-0.4.2-sources.jar | 4 KB |
| ccentral-etcd-0.4.2-javadoc.jar | 363 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-etcd/ -->
<dependency>
<groupId>io.github.slvwolf</groupId>
<artifactId>ccentral-etcd</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-etcd/
implementation 'io.github.slvwolf:ccentral-etcd:0.4.2'
// https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-etcd/
implementation ("io.github.slvwolf:ccentral-etcd:0.4.2")
'io.github.slvwolf:ccentral-etcd:jar:0.4.2'
<dependency org="io.github.slvwolf" name="ccentral-etcd" rev="0.4.2">
<artifact name="ccentral-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.slvwolf', module='ccentral-etcd', version='0.4.2')
)
libraryDependencies += "io.github.slvwolf" % "ccentral-etcd" % "0.4.2"
[io.github.slvwolf/ccentral-etcd "0.4.2"]