n

nutzboot-starter-hystrix-dashboard

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