Categories |
CategoriesNet CLI User Interface Eureka Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-netflix-eureka-client |
Version | Version2.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-eureka-client/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-eureka-client</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-eureka-client/
implementation 'org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-eureka-client/
implementation ("org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.0.RELEASE")
'org.springframework.cloud:spring-cloud-netflix-eureka-client:jar:2.1.0.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-eureka-client" rev="2.1.0.RELEASE">
<artifact name="spring-cloud-netflix-eureka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-eureka-client', version='2.1.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-eureka-client" % "2.1.0.RELEASE"
[org.springframework.cloud/spring-cloud-netflix-eureka-client "2.1.0.RELEASE"]