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