| Categories | 
                CategoriesSentinel Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-alibaba-sentinel | 
    
| Version | Version0.2.2.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-sentinel/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-alibaba-sentinel</artifactId>
    <version>0.2.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-sentinel/
implementation 'org.springframework.cloud:spring-cloud-alibaba-sentinel:0.2.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-sentinel/
implementation ("org.springframework.cloud:spring-cloud-alibaba-sentinel:0.2.2.RELEASE")
                'org.springframework.cloud:spring-cloud-alibaba-sentinel:jar:0.2.2.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-alibaba-sentinel" rev="0.2.2.RELEASE">
  <artifact name="spring-cloud-alibaba-sentinel" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-alibaba-sentinel', version='0.2.2.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-alibaba-sentinel" % "0.2.2.RELEASE"
                [org.springframework.cloud/spring-cloud-alibaba-sentinel "0.2.2.RELEASE"]