Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-web-servlet |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
sentinel-web-servlet-1.5.0.pom | |
sentinel-web-servlet-1.5.0.jar | 14 KB |
sentinel-web-servlet-1.5.0-sources.jar | 14 KB |
sentinel-web-servlet-1.5.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-web-servlet/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-web-servlet</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-web-servlet/
implementation 'com.alibaba.csp:sentinel-web-servlet:1.5.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-web-servlet/
implementation ("com.alibaba.csp:sentinel-web-servlet:1.5.0")
'com.alibaba.csp:sentinel-web-servlet:jar:1.5.0'
<dependency org="com.alibaba.csp" name="sentinel-web-servlet" rev="1.5.0">
<artifact name="sentinel-web-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-web-servlet', version='1.5.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-web-servlet" % "1.5.0"
[com.alibaba.csp/sentinel-web-servlet "1.5.0"]