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