License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-adapter |
Last Version | Last Version1.8.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsentinel-adapter
The adapters of Sentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-adapter-1.8.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-adapter/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId>
<version>1.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-adapter/
implementation 'com.alibaba.csp:sentinel-adapter:1.8.4'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-adapter/
implementation ("com.alibaba.csp:sentinel-adapter:1.8.4")
'com.alibaba.csp:sentinel-adapter:pom:1.8.4'
<dependency org="com.alibaba.csp" name="sentinel-adapter" rev="1.8.4">
<artifact name="sentinel-adapter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-adapter', version='1.8.4')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-adapter" % "1.8.4"
[com.alibaba.csp/sentinel-adapter "1.8.4"]