MVN

xyz.dowenliu.etcd : etcd-api

Maven & Gradle

Jun 26, 2017
1 usages
1 stars

Etcd protobuf/gRPC Java API · Deep level Etcd Java API generated by protobufc and gRPC.

<dependency>
    <groupId>xyz.dowenliu.etcd</groupId>
    <artifactId>etcd-api</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.dowenliu.etcd : etcd-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of xyz.dowenliu.etcd : etcd-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
etcd-api-0.1.3
etcd-api-0.1.2
etcd-api-0.1.1
etcd-api-0.1.0

How to add a dependency to Maven

Add the following xyz.dowenliu.etcd : etcd-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.dowenliu.etcd</groupId>
    <artifactId>etcd-api</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.dowenliu.etcd : etcd-api gradle dependency to your build.gradle file:

implementation 'xyz.dowenliu.etcd:etcd-api:0.1.3'

Gradle Kotlin DSL: Add the following xyz.dowenliu.etcd : etcd-api gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.dowenliu.etcd:etcd-api:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.dowenliu.etcd : etcd-api sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.dowenliu.etcd" % "etcd-api" % "0.1.3"

Advertisement