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