Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-etcd-client |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
otj-etcd-client-0.9.pom | |
otj-etcd-client-0.9.jar | 9 KB |
otj-etcd-client-0.9-tests.jar | 8 KB |
otj-etcd-client-0.9-test-sources.jar | 3 KB |
otj-etcd-client-0.9-sources.jar | 5 KB |
otj-etcd-client-0.9-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-etcd-client/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-etcd-client</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-etcd-client/
implementation 'com.opentable.components:otj-etcd-client:0.9'
// https://jarcasting.com/artifacts/com.opentable.components/otj-etcd-client/
implementation ("com.opentable.components:otj-etcd-client:0.9")
'com.opentable.components:otj-etcd-client:jar:0.9'
<dependency org="com.opentable.components" name="otj-etcd-client" rev="0.9">
<artifact name="otj-etcd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-etcd-client', version='0.9')
)
libraryDependencies += "com.opentable.components" % "otj-etcd-client" % "0.9"
[com.opentable.components/otj-etcd-client "0.9"]