Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdat.molindo |
ArtifactId | ArtifactIdetcd-client |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
etcd-client-0.1.pom | |
etcd-client-0.1.jar | 14 KB |
etcd-client-0.1-sources.jar | 5 KB |
etcd-client-0.1-javadoc.jar | 54 KB |
etcd-client-0.1-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/at.molindo/etcd-client/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>etcd-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/etcd-client/
implementation 'at.molindo:etcd-client:0.1'
// https://jarcasting.com/artifacts/at.molindo/etcd-client/
implementation ("at.molindo:etcd-client:0.1")
'at.molindo:etcd-client:jar:0.1'
<dependency org="at.molindo" name="etcd-client" rev="0.1">
<artifact name="etcd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='etcd-client', version='0.1')
)
libraryDependencies += "at.molindo" % "etcd-client" % "0.1"
[at.molindo/etcd-client "0.1"]