is not current version
Last Version 1.5

org.zalando:spring-boot-etcd 1.3


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.zalando
ArtifactId

ArtifactId

spring-boot-etcd
Version

Version

1.3
Type

Type

jar

Download spring-boot-etcd 1.3


<!-- https://jarcasting.com/artifacts/org.zalando/spring-boot-etcd/ -->
<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>spring-boot-etcd</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/spring-boot-etcd/
implementation 'org.zalando:spring-boot-etcd:1.3'
// https://jarcasting.com/artifacts/org.zalando/spring-boot-etcd/
implementation ("org.zalando:spring-boot-etcd:1.3")
'org.zalando:spring-boot-etcd:jar:1.3'
<dependency org="org.zalando" name="spring-boot-etcd" rev="1.3">
  <artifact name="spring-boot-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='spring-boot-etcd', version='1.3')
)
libraryDependencies += "org.zalando" % "spring-boot-etcd" % "1.3"
[org.zalando/spring-boot-etcd "1.3"]