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