| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcn.licoy | 
    
| ArtifactId | ArtifactIdencrypt-body-spring-boot-starter | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/ -->
<dependency>
    <groupId>cn.licoy</groupId>
    <artifactId>encrypt-body-spring-boot-starter</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/
implementation 'cn.licoy:encrypt-body-spring-boot-starter:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/
implementation ("cn.licoy:encrypt-body-spring-boot-starter:1.0.0.RELEASE")
                'cn.licoy:encrypt-body-spring-boot-starter:jar:1.0.0.RELEASE'
                <dependency org="cn.licoy" name="encrypt-body-spring-boot-starter" rev="1.0.0.RELEASE">
  <artifact name="encrypt-body-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.licoy', module='encrypt-body-spring-boot-starter', version='1.0.0.RELEASE')
)
                libraryDependencies += "cn.licoy" % "encrypt-body-spring-boot-starter" % "1.0.0.RELEASE"
                [cn.licoy/encrypt-body-spring-boot-starter "1.0.0.RELEASE"]