n

nutzboot-starter-hystrix-dashboard

Files download
File Operation
nutzboot-starter-hystrix-dashboard-2.2.9.jar download
nutzboot-starter-hystrix-dashboard-2.2.9.pom download
nutzboot-starter-hystrix-dashboard-2.2.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nutz</groupId>
  <artifactId>nutzboot-starter-hystrix-dashboard</artifactId>
  <version>2.2.9</version>
</dependency>
Gradle Groovy
implementation 'org.nutz:nutzboot-starter-hystrix-dashboard:2.2.9'
Gradle Kotlin
implementation("org.nutz:nutzboot-starter-hystrix-dashboard:2.2.9")
Scala SBT
libraryDependencies += "org.nutz" % "nutzboot-starter-hystrix-dashboard" % "2.2.9"
Groovy Grape
@Grapes(
  @Grab(group='org.nutz', module='nutzboot-starter-hystrix-dashboard', version='2.2.9')
)
Apache Ivy
<dependency org="org.nutz" name="nutzboot-starter-hystrix-dashboard" rev="2.2.9" />
Leiningen
[org.nutz/nutzboot-starter-hystrix-dashboard "2.2.9"]
Apache Buildr
'org.nutz:nutzboot-starter-hystrix-dashboard:jar:2.2.9'