MVN

nl.devillers : spring-boot-admin-hystrix-dashboard

Maven & Gradle

Dec 06, 2019
24 stars

Spring Boot Admin 2.x Hystrix Dashboard · Netflix-Skunkworks/hystrix-dashboard as a Spring Boot Admin 2.x compatible Vue-component

<dependency>
    <groupId>nl.devillers</groupId>
    <artifactId>spring-boot-admin-hystrix-dashboard</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.devillers : spring-boot-admin-hystrix-dashboard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of nl.devillers : spring-boot-admin-hystrix-dashboard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-admin-hystrix-dashboard-1.0.2
spring-boot-admin-hystrix-dashboard-1.0.1
1.0
spring-boot-admin-hystrix-dashboard-1.0

How to add a dependency to Maven

Add the following nl.devillers : spring-boot-admin-hystrix-dashboard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.devillers</groupId>
    <artifactId>spring-boot-admin-hystrix-dashboard</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.devillers : spring-boot-admin-hystrix-dashboard gradle dependency to your build.gradle file:

implementation 'nl.devillers:spring-boot-admin-hystrix-dashboard:1.0.2'

Gradle Kotlin DSL: Add the following nl.devillers : spring-boot-admin-hystrix-dashboard gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.devillers:spring-boot-admin-hystrix-dashboard:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.devillers : spring-boot-admin-hystrix-dashboard sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.devillers" % "spring-boot-admin-hystrix-dashboard" % "1.0.2"

Advertisement