License |
License |
---|---|
Categories |
CategoriesNet Eureka Container Microservices |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-netflix-eureka-server |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Starter Netflix Eureka Server
Spring Cloud Starter Netflix Eureka Server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server/
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server/
implementation ("org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:3.1.3")
'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-netflix-eureka-server" rev="3.1.3">
<artifact name="spring-cloud-starter-netflix-eureka-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-netflix-eureka-server', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-netflix-eureka-server" % "3.1.3"
[org.springframework.cloud/spring-cloud-starter-netflix-eureka-server "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-netflix-eureka-server | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-starter-loadbalancer | jar | 3.1.3 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.6 |