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