Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-transport-simple-http |
Version | Version1.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-simple-http/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-simple-http</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-simple-http/
implementation 'com.alibaba.csp:sentinel-transport-simple-http:1.5.2'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-transport-simple-http/
implementation ("com.alibaba.csp:sentinel-transport-simple-http:1.5.2")
'com.alibaba.csp:sentinel-transport-simple-http:jar:1.5.2'
<dependency org="com.alibaba.csp" name="sentinel-transport-simple-http" rev="1.5.2">
<artifact name="sentinel-transport-simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-transport-simple-http', version='1.5.2')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-transport-simple-http" % "1.5.2"
[com.alibaba.csp/sentinel-transport-simple-http "1.5.2"]