| License | License | 
|---|---|
| Categories | CategoriesSentinel Container Microservices | 
| GroupId | GroupIdcom.alibaba.csp | 
| ArtifactId | ArtifactIdsentinel-core | 
| Last Version | Last Version1.8.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThe core of Sentinel | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sentinel-core-1.8.4.pom | |
| sentinel-core-1.8.4.jar | 275 KB | 
| sentinel-core-1.8.4-sources.jar | 236 KB | 
| sentinel-core-1.8.4-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-core/ -->
<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-core</artifactId>
    <version>1.8.4</version>
</dependency>// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-core/
implementation 'com.alibaba.csp:sentinel-core:1.8.4'// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-core/
implementation ("com.alibaba.csp:sentinel-core:1.8.4")'com.alibaba.csp:sentinel-core:jar:1.8.4'<dependency org="com.alibaba.csp" name="sentinel-core" rev="1.8.4">
  <artifact name="sentinel-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-core', version='1.8.4')
)libraryDependencies += "com.alibaba.csp" % "sentinel-core" % "1.8.4"[com.alibaba.csp/sentinel-core "1.8.4"]| 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 |