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