o

os-common-sentinel-feign

sentinel-openfeign模块
文件下载
文件名 操作
os-common-sentinel-feign-0.5.13.jar 下载
os-common-sentinel-feign-0.5.13.pom 下载
os-common-sentinel-feign-0.5.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.clarkstore</groupId>
  <artifactId>os-common-sentinel-feign</artifactId>
  <version>0.5.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.clarkstore:os-common-sentinel-feign:0.5.13'
Gradle Kotlin
implementation("com.github.clarkstore:os-common-sentinel-feign:0.5.13")
Scala SBT
libraryDependencies += "com.github.clarkstore" % "os-common-sentinel-feign" % "0.5.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.clarkstore', module='os-common-sentinel-feign', version='0.5.13')
)
Apache Ivy
<dependency org="com.github.clarkstore" name="os-common-sentinel-feign" rev="0.5.13" />
Leiningen
[com.github.clarkstore/os-common-sentinel-feign "0.5.13"]
Apache Buildr
'com.github.clarkstore:os-common-sentinel-feign:jar:0.5.13'