Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdspring-boot-etcd |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-etcd-1.3.pom | |
spring-boot-etcd-1.3.jar | 25 KB |
spring-boot-etcd-1.3-sources.jar | 12 KB |
spring-boot-etcd-1.3-javadoc.jar | 85 KB |
Browse |
<!-- 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"]