Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdspring-boot-etcd |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-etcd-1.4.pom | |
spring-boot-etcd-1.4.jar | 25 KB |
spring-boot-etcd-1.4-sources.jar | 13 KB |
spring-boot-etcd-1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/spring-boot-etcd/
implementation 'org.zalando:spring-boot-etcd:1.4'
// https://jarcasting.com/artifacts/org.zalando/spring-boot-etcd/
implementation ("org.zalando:spring-boot-etcd:1.4")
'org.zalando:spring-boot-etcd:jar:1.4'
<dependency org="org.zalando" name="spring-boot-etcd" rev="1.4">
<artifact name="spring-boot-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='spring-boot-etcd', version='1.4')
)
libraryDependencies += "org.zalando" % "spring-boot-etcd" % "1.4"
[org.zalando/spring-boot-etcd "1.4"]