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