Categories |
CategoriesFeign Net HTTP Clients Sentinel Container Microservices |
---|---|
GroupId | GroupIdcom.github.clarkstore |
ArtifactId | ArtifactIdos-common-sentinel-feign |
Version | Version0.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.clarkstore/os-common-sentinel-feign/ -->
<dependency>
<groupId>com.github.clarkstore</groupId>
<artifactId>os-common-sentinel-feign</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.clarkstore/os-common-sentinel-feign/
implementation 'com.github.clarkstore:os-common-sentinel-feign:0.5.3'
// https://jarcasting.com/artifacts/com.github.clarkstore/os-common-sentinel-feign/
implementation ("com.github.clarkstore:os-common-sentinel-feign:0.5.3")
'com.github.clarkstore:os-common-sentinel-feign:jar:0.5.3'
<dependency org="com.github.clarkstore" name="os-common-sentinel-feign" rev="0.5.3">
<artifact name="os-common-sentinel-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.clarkstore', module='os-common-sentinel-feign', version='0.5.3')
)
libraryDependencies += "com.github.clarkstore" % "os-common-sentinel-feign" % "0.5.3"
[com.github.clarkstore/os-common-sentinel-feign "0.5.3"]