| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Sentinel Container Microservices |
| GroupId | GroupIdcom.alibaba.csp |
| ArtifactId | ArtifactIdahas-sentinel-client |
| Last Version | Last Version1.10.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAHAS Sentinel Java SDK
The AHAS sentinel client
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/ahas-sentinel-client/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>ahas-sentinel-client</artifactId>
<version>1.10.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/ahas-sentinel-client/
implementation 'com.alibaba.csp:ahas-sentinel-client:1.10.10'
// https://jarcasting.com/artifacts/com.alibaba.csp/ahas-sentinel-client/
implementation ("com.alibaba.csp:ahas-sentinel-client:1.10.10")
'com.alibaba.csp:ahas-sentinel-client:jar:1.10.10'
<dependency org="com.alibaba.csp" name="ahas-sentinel-client" rev="1.10.10">
<artifact name="ahas-sentinel-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='ahas-sentinel-client', version='1.10.10')
)
libraryDependencies += "com.alibaba.csp" % "ahas-sentinel-client" % "1.10.10"
[com.alibaba.csp/ahas-sentinel-client "1.10.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjrt | jar | 1.9.2 |
| org.aspectj : aspectjweaver | jar | 1.9.2 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-webmvc | jar | 5.0.9.RELEASE |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.12.1 |