| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSentinel Container Microservices | 
        
| GroupId | GroupIdcom.github.sparkzxl | 
    
| ArtifactId | ArtifactIdsparkzxl-sentinel-starter | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsparkzxl component framework 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-sentinel-starter/ -->
<dependency>
    <groupId>com.github.sparkzxl</groupId>
    <artifactId>sparkzxl-sentinel-starter</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-sentinel-starter/
implementation 'com.github.sparkzxl:sparkzxl-sentinel-starter:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-sentinel-starter/
implementation ("com.github.sparkzxl:sparkzxl-sentinel-starter:1.0.1.RELEASE")
                'com.github.sparkzxl:sparkzxl-sentinel-starter:jar:1.0.1.RELEASE'
                <dependency org="com.github.sparkzxl" name="sparkzxl-sentinel-starter" rev="1.0.1.RELEASE">
  <artifact name="sparkzxl-sentinel-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-sentinel-starter', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.github.sparkzxl" % "sparkzxl-sentinel-starter" % "1.0.1.RELEASE"
                [com.github.sparkzxl/sparkzxl-sentinel-starter "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.sparkzxl : sparkzxl-core | jar | 1.0.1.RELEASE | 
| com.alibaba.cloud : spring-cloud-starter-alibaba-sentinel | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |