License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-dashboard |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionThe parent project of Sentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-dashboard-0.1.1.pom | |
sentinel-dashboard-0.1.1.jar | 23 MB |
sentinel-dashboard-0.1.1-sources.jar | 489 KB |
sentinel-dashboard-0.1.1-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-dashboard/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-dashboard</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-dashboard/
implementation 'com.alibaba.csp:sentinel-dashboard:0.1.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-dashboard/
implementation ("com.alibaba.csp:sentinel-dashboard:0.1.1")
'com.alibaba.csp:sentinel-dashboard:jar:0.1.1'
<dependency org="com.alibaba.csp" name="sentinel-dashboard" rev="0.1.1">
<artifact name="sentinel-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-dashboard', version='0.1.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-dashboard" % "0.1.1"
[com.alibaba.csp/sentinel-dashboard "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.csp : sentinel-core | jar | 0.1.1 |
com.alibaba.csp : sentinel-web-servlet | jar | 0.1.1 |
com.alibaba.csp : sentinel-transport-simple-http | jar | 0.1.1 |
com.alibaba.csp : sentinel-transport-common | jar | 0.1.1 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 1.5.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.9.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 1.5.9.RELEASE |
org.springframework.boot : spring-boot-starter-tomcat | jar | 1.5.9.RELEASE |
org.springframework.boot : spring-boot-devtools Optional | jar | 1.5.9.RELEASE |
log4j : log4j | jar | 1.2.14 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
org.apache.httpcomponents : httpcore | jar | 4.4.5 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.3 |
org.apache.httpcomponents : httpcore-nio | jar | 4.4.6 |
com.alibaba : fastjson | jar | 1.2.47 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.9.RELEASE |