GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-hystrix-dashboard |
Version | Version2.2.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-hystrix-dashboard/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-hystrix-dashboard</artifactId>
<version>2.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-hystrix-dashboard/
implementation 'org.nutz:nutzboot-starter-hystrix-dashboard:2.2.9'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-hystrix-dashboard/
implementation ("org.nutz:nutzboot-starter-hystrix-dashboard:2.2.9")
'org.nutz:nutzboot-starter-hystrix-dashboard:jar:2.2.9'
<dependency org="org.nutz" name="nutzboot-starter-hystrix-dashboard" rev="2.2.9">
<artifact name="nutzboot-starter-hystrix-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-hystrix-dashboard', version='2.2.9')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-hystrix-dashboard" % "2.2.9"
[org.nutz/nutzboot-starter-hystrix-dashboard "2.2.9"]