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