Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-web-servlet |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
sentinel-web-servlet-0.1.2.pom | |
sentinel-web-servlet-0.1.2.jar | 11 KB |
sentinel-web-servlet-0.1.2-sources.jar | 12 KB |
sentinel-web-servlet-0.1.2-javadoc.jar | 80 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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-web-servlet/
implementation 'com.alibaba.csp:sentinel-web-servlet:0.1.2'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-web-servlet/
implementation ("com.alibaba.csp:sentinel-web-servlet:0.1.2")
'com.alibaba.csp:sentinel-web-servlet:jar:0.1.2'
<dependency org="com.alibaba.csp" name="sentinel-web-servlet" rev="0.1.2">
<artifact name="sentinel-web-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-web-servlet', version='0.1.2')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-web-servlet" % "0.1.2"
[com.alibaba.csp/sentinel-web-servlet "0.1.2"]