MVN

com.nepxion : discovery-plugin-strategy-sentinel-monitor

Maven & Gradle

Sep 20, 2020
5.2k stars

Nepxion Discovery Plugin Strategy Sentinel Monitor · Nepxion Discovery is an enhancement for Spring Cloud Discovery

<dependency>
    <groupId>com.nepxion</groupId>
    <artifactId>discovery-plugin-strategy-sentinel-monitor</artifactId>
    <version>6.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nepxion : discovery-plugin-strategy-sentinel-monitor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0

All Versions

Choose a version of com.nepxion : discovery-plugin-strategy-sentinel-monitor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
discovery-plugin-strategy-sentinel-monitor-6.2.0
6.1.x
discovery-plugin-strategy-sentinel-monitor-6.1.0
6.0.x
discovery-plugin-strategy-sentinel-monitor-6.0.7

How to add a dependency to Maven

Add the following com.nepxion : discovery-plugin-strategy-sentinel-monitor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nepxion</groupId>
    <artifactId>discovery-plugin-strategy-sentinel-monitor</artifactId>
    <version>6.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nepxion : discovery-plugin-strategy-sentinel-monitor gradle dependency to your build.gradle file:

implementation 'com.nepxion:discovery-plugin-strategy-sentinel-monitor:6.2.0'

Gradle Kotlin DSL: Add the following com.nepxion : discovery-plugin-strategy-sentinel-monitor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nepxion:discovery-plugin-strategy-sentinel-monitor:6.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nepxion : discovery-plugin-strategy-sentinel-monitor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nepxion" % "discovery-plugin-strategy-sentinel-monitor" % "6.2.0"

Advertisement