| Categories | 
                CategoriesSentinel Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.nutz | 
    
| ArtifactId | ArtifactIdnutzboot-starter-sentinel-annotation | 
    
| Version | Version2.3.5.v20190516 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-sentinel-annotation/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-starter-sentinel-annotation</artifactId>
    <version>2.3.5.v20190516</version>
</dependency>
                // https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-sentinel-annotation/
implementation 'org.nutz:nutzboot-starter-sentinel-annotation:2.3.5.v20190516'
                // https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-sentinel-annotation/
implementation ("org.nutz:nutzboot-starter-sentinel-annotation:2.3.5.v20190516")
                'org.nutz:nutzboot-starter-sentinel-annotation:jar:2.3.5.v20190516'
                <dependency org="org.nutz" name="nutzboot-starter-sentinel-annotation" rev="2.3.5.v20190516">
  <artifact name="nutzboot-starter-sentinel-annotation" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-sentinel-annotation', version='2.3.5.v20190516')
)
                libraryDependencies += "org.nutz" % "nutzboot-starter-sentinel-annotation" % "2.3.5.v20190516"
                [org.nutz/nutzboot-starter-sentinel-annotation "2.3.5.v20190516"]