| Categories | 
                CategoriesSentinel Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.thirtyai | 
    
| ArtifactId | ArtifactIdnezha-sentinel-starter | 
    
| Version | Version0.4.8-202x207-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.thirtyai/nezha-sentinel-starter/ -->
<dependency>
    <groupId>com.thirtyai</groupId>
    <artifactId>nezha-sentinel-starter</artifactId>
    <version>0.4.8-202x207-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.thirtyai/nezha-sentinel-starter/
implementation 'com.thirtyai:nezha-sentinel-starter:0.4.8-202x207-RELEASE'
                // https://jarcasting.com/artifacts/com.thirtyai/nezha-sentinel-starter/
implementation ("com.thirtyai:nezha-sentinel-starter:0.4.8-202x207-RELEASE")
                'com.thirtyai:nezha-sentinel-starter:jar:0.4.8-202x207-RELEASE'
                <dependency org="com.thirtyai" name="nezha-sentinel-starter" rev="0.4.8-202x207-RELEASE">
  <artifact name="nezha-sentinel-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.thirtyai', module='nezha-sentinel-starter', version='0.4.8-202x207-RELEASE')
)
                libraryDependencies += "com.thirtyai" % "nezha-sentinel-starter" % "0.4.8-202x207-RELEASE"
                [com.thirtyai/nezha-sentinel-starter "0.4.8-202x207-RELEASE"]