| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.jerrymice | 
    
| ArtifactId | ArtifactIdspring-boot-starter-jerrymice-permission | 
    
| Last Version | Last Version1.0.0.beta1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description这一个基于spring aop的细粒度权限控制框架 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice-permission/ -->
<dependency>
    <groupId>com.github.jerrymice</groupId>
    <artifactId>spring-boot-starter-jerrymice-permission</artifactId>
    <version>1.0.0.beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice-permission/
implementation 'com.github.jerrymice:spring-boot-starter-jerrymice-permission:1.0.0.beta1'
                // https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice-permission/
implementation ("com.github.jerrymice:spring-boot-starter-jerrymice-permission:1.0.0.beta1")
                'com.github.jerrymice:spring-boot-starter-jerrymice-permission:jar:1.0.0.beta1'
                <dependency org="com.github.jerrymice" name="spring-boot-starter-jerrymice-permission" rev="1.0.0.beta1">
  <artifact name="spring-boot-starter-jerrymice-permission" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jerrymice', module='spring-boot-starter-jerrymice-permission', version='1.0.0.beta1')
)
                libraryDependencies += "com.github.jerrymice" % "spring-boot-starter-jerrymice-permission" % "1.0.0.beta1"
                [com.github.jerrymice/spring-boot-starter-jerrymice-permission "1.0.0.beta1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework : spring-webmvc | jar | 5.0.7.RELEASE | 
| com.github.jerrymice : jerrymice-permission | jar | 1.0.0.beta1 | 
| org.aspectj : aspectjrt | jar | 1.8.11 | 
| org.aspectj : aspectjweaver | jar | 1.8.11 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |