Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdspring-boot-admin-server-ui-hystrix |
Version | Version1.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-hystrix/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui-hystrix</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-hystrix/
implementation 'de.codecentric:spring-boot-admin-server-ui-hystrix:1.4.2'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-hystrix/
implementation ("de.codecentric:spring-boot-admin-server-ui-hystrix:1.4.2")
'de.codecentric:spring-boot-admin-server-ui-hystrix:jar:1.4.2'
<dependency org="de.codecentric" name="spring-boot-admin-server-ui-hystrix" rev="1.4.2">
<artifact name="spring-boot-admin-server-ui-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server-ui-hystrix', version='1.4.2')
)
libraryDependencies += "de.codecentric" % "spring-boot-admin-server-ui-hystrix" % "1.4.2"
[de.codecentric/spring-boot-admin-server-ui-hystrix "1.4.2"]