Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-benchmark |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sentinel-benchmark-0.2.0.pom | |
sentinel-benchmark-0.2.0.jar | 66 KB |
sentinel-benchmark-0.2.0-sources.jar | 36 KB |
sentinel-benchmark-0.2.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-benchmark</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/
implementation 'com.alibaba.csp:sentinel-benchmark:0.2.0'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-benchmark/
implementation ("com.alibaba.csp:sentinel-benchmark:0.2.0")
'com.alibaba.csp:sentinel-benchmark:jar:0.2.0'
<dependency org="com.alibaba.csp" name="sentinel-benchmark" rev="0.2.0">
<artifact name="sentinel-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-benchmark', version='0.2.0')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-benchmark" % "0.2.0"
[com.alibaba.csp/sentinel-benchmark "0.2.0"]