License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Eureka |
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdspring-boot-admin-sample-eureka |
Version | Version2.6.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Admin Sample Eureka
Spring Boot Admin Sample using Eureka
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-eureka/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-eureka</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-eureka/
implementation 'de.codecentric:spring-boot-admin-sample-eureka:2.6.0'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-eureka/
implementation ("de.codecentric:spring-boot-admin-sample-eureka:2.6.0")
'de.codecentric:spring-boot-admin-sample-eureka:jar:2.6.0'
<dependency org="de.codecentric" name="spring-boot-admin-sample-eureka" rev="2.6.0">
<artifact name="spring-boot-admin-sample-eureka" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-eureka', version='2.6.0')
)
libraryDependencies += "de.codecentric" % "spring-boot-admin-sample-eureka" % "2.6.0"
[de.codecentric/spring-boot-admin-sample-eureka "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
de.codecentric : spring-boot-admin-starter-server | jar | 2.6.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.2 |
org.springframework.boot : spring-boot-starter-security | jar | 2.6.2 |
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client | jar | 3.1.0 |
org.jolokia : jolokia-core | jar | 1.7.1 |