GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-hystrix-dashboard |
Version | Version2.1.3 |
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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-hystrix-dashboard/
implementation 'org.nutz:nutzboot-starter-hystrix-dashboard:2.1.3'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-hystrix-dashboard/
implementation ("org.nutz:nutzboot-starter-hystrix-dashboard:2.1.3")
'org.nutz:nutzboot-starter-hystrix-dashboard:jar:2.1.3'
<dependency org="org.nutz" name="nutzboot-starter-hystrix-dashboard" rev="2.1.3">
<artifact name="nutzboot-starter-hystrix-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-hystrix-dashboard', version='2.1.3')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-hystrix-dashboard" % "2.1.3"
[org.nutz/nutzboot-starter-hystrix-dashboard "2.1.3"]