License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIddev.taie.sentinel |
ArtifactId | ArtifactIdsentinel-core |
Last Version | Last Version1.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe core of Sentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-core-1.8.3.pom | |
sentinel-core-1.8.3.jar | 304 KB |
sentinel-core-1.8.3-sources.jar | 262 KB |
sentinel-core-1.8.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-core/ -->
<dependency>
<groupId>dev.taie.sentinel</groupId>
<artifactId>sentinel-core</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-core/
implementation 'dev.taie.sentinel:sentinel-core:1.8.3'
// https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-core/
implementation ("dev.taie.sentinel:sentinel-core:1.8.3")
'dev.taie.sentinel:sentinel-core:jar:1.8.3'
<dependency org="dev.taie.sentinel" name="sentinel-core" rev="1.8.3">
<artifact name="sentinel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.taie.sentinel', module='sentinel-core', version='1.8.3')
)
libraryDependencies += "dev.taie.sentinel" % "sentinel-core" % "1.8.3"
[dev.taie.sentinel/sentinel-core "1.8.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |
org.awaitility : awaitility | jar | 3.1.5 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.powermock : powermock-module-junit4 | jar | 2.0.0 |
org.powermock : powermock-api-mockito2 | jar | 2.0.0 |