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