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