| Categories |
CategoriesZuul Application Layer Libs Distributed Applications Sentinel Container Microservices |
|---|---|
| GroupId | GroupIdcom.alibaba.csp |
| ArtifactId | ArtifactIdsentinel-zuul-adapter |
| Version | Version1.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sentinel-zuul-adapter-1.4.2.pom | |
| sentinel-zuul-adapter-1.4.2.jar | 17 KB |
| sentinel-zuul-adapter-1.4.2-sources.jar | 18 KB |
| sentinel-zuul-adapter-1.4.2-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-zuul-adapter/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-zuul-adapter</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-zuul-adapter/
implementation 'com.alibaba.csp:sentinel-zuul-adapter:1.4.2'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-zuul-adapter/
implementation ("com.alibaba.csp:sentinel-zuul-adapter:1.4.2")
'com.alibaba.csp:sentinel-zuul-adapter:jar:1.4.2'
<dependency org="com.alibaba.csp" name="sentinel-zuul-adapter" rev="1.4.2">
<artifact name="sentinel-zuul-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-zuul-adapter', version='1.4.2')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-zuul-adapter" % "1.4.2"
[com.alibaba.csp/sentinel-zuul-adapter "1.4.2"]