d

discovery-plugin-framework

Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent
http://www.nepxion.com
文件下载
文件名 操作
discovery-plugin-framework-6.16.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.nepxion</groupId>
  <artifactId>discovery-plugin-framework</artifactId>
  <version>6.16.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.nepxion:discovery-plugin-framework:6.16.1'
Gradle Kotlin
implementation("com.nepxion:discovery-plugin-framework:6.16.1")
Scala SBT
libraryDependencies += "com.nepxion" % "discovery-plugin-framework" % "6.16.1"
Groovy Grape
@Grapes(
  @Grab(group='com.nepxion', module='discovery-plugin-framework', version='6.16.1')
)
Apache Ivy
<dependency org="com.nepxion" name="discovery-plugin-framework" rev="6.16.1" />
Leiningen
[com.nepxion/discovery-plugin-framework "6.16.1"]
Apache Buildr
'com.nepxion:discovery-plugin-framework:jar:6.16.1'