o

os-common-sentinel-feign

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