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