MVN

io.etcd.examples : jetcd-ctl

Maven & Gradle

Oct 29, 2021
854 stars
<dependency>
    <groupId>io.etcd.examples</groupId>
    <artifactId>jetcd-ctl</artifactId>
    <version>0.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.etcd.examples : jetcd-ctl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.11

All Versions

Choose a version of io.etcd.examples : jetcd-ctl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jetcd-ctl-0.5.11
jetcd-ctl-0.5.10
jetcd-ctl-0.5.9
jetcd-ctl-0.5.8
jetcd-ctl-0.5.7
jetcd-ctl-0.5.6
jetcd-ctl-0.5.5
jetcd-ctl-0.5.4
jetcd-ctl-0.5.3
jetcd-ctl-0.5.2
jetcd-ctl-0.5.1
jetcd-ctl-0.5.0
0.4.x
jetcd-ctl-0.4.1

How to add a dependency to Maven

Add the following io.etcd.examples : jetcd-ctl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.etcd.examples</groupId>
    <artifactId>jetcd-ctl</artifactId>
    <version>0.5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.etcd.examples : jetcd-ctl gradle dependency to your build.gradle file:

implementation 'io.etcd.examples:jetcd-ctl:0.5.11'

Gradle Kotlin DSL: Add the following io.etcd.examples : jetcd-ctl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.etcd.examples:jetcd-ctl:0.5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.etcd.examples : jetcd-ctl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.etcd.examples" % "jetcd-ctl" % "0.5.11"

Advertisement