MVN

com.nepxion : discovery-plugin-strategy-starter-sentinel-local

Maven & Gradle

Apr 26, 2021

Nepxion Discovery Plugin Strategy Starter Sentinel Local · Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent

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

Latest Version

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

  • Latest Stable: 6.10.0

All Versions

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

Version Vulnerabilities Updated
6.10.x
discovery-plugin-strategy-starter-sentinel-local-6.10.0
6.9.x
discovery-plugin-strategy-starter-sentinel-local-6.9.0
6.8.x
discovery-plugin-strategy-starter-sentinel-local-6.8.0
6.7.x
discovery-plugin-strategy-starter-sentinel-local-6.7.0
6.6.x
discovery-plugin-strategy-starter-sentinel-local-6.6.0
6.5.x
discovery-plugin-strategy-starter-sentinel-local-6.5.0
6.3.x
discovery-plugin-strategy-starter-sentinel-local-6.3.3
discovery-plugin-strategy-starter-sentinel-local-6.3.2
discovery-plugin-strategy-starter-sentinel-local-6.3.1
discovery-plugin-strategy-starter-sentinel-local-6.3.0
3.26.x
discovery-plugin-strategy-starter-sentinel-local-3.26.0
3.25.x
discovery-plugin-strategy-starter-sentinel-local-3.25.0
3.24.x
discovery-plugin-strategy-starter-sentinel-local-3.24.0
3.23.x
discovery-plugin-strategy-starter-sentinel-local-3.23.0
3.22.x
discovery-plugin-strategy-starter-sentinel-local-3.22.0
3.21.x
discovery-plugin-strategy-starter-sentinel-local-3.21.0
3.20.x
discovery-plugin-strategy-starter-sentinel-local-3.20.3
discovery-plugin-strategy-starter-sentinel-local-3.20.2
discovery-plugin-strategy-starter-sentinel-local-3.20.1
discovery-plugin-strategy-starter-sentinel-local-3.20.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nepxion</groupId>
    <artifactId>discovery-plugin-strategy-starter-sentinel-local</artifactId>
    <version>6.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nepxion:discovery-plugin-strategy-starter-sentinel-local:6.10.0'

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

implementation("com.nepxion:discovery-plugin-strategy-starter-sentinel-local:6.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nepxion" % "discovery-plugin-strategy-starter-sentinel-local" % "6.10.0"