| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.stylefeng.roses | 
    
| ArtifactId | ArtifactIddemo-business | 
    
| Last Version | Last Version7.2.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRoses是开源项目Guns的核心包 
         | 
    
| Filename | Size | 
|---|---|
| demo-business-7.2.2.pom | |
| demo-business-7.2.2.jar | 4 KB | 
| demo-business-7.2.2-sources.jar | 3 KB | 
| demo-business-7.2.2-javadoc.jar | 26 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/demo-business/ -->
<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>demo-business</artifactId>
    <version>7.2.2</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.stylefeng.roses/demo-business/
implementation 'cn.stylefeng.roses:demo-business:7.2.2'
                // https://jarcasting.com/artifacts/cn.stylefeng.roses/demo-business/
implementation ("cn.stylefeng.roses:demo-business:7.2.2")
                'cn.stylefeng.roses:demo-business:jar:7.2.2'
                <dependency org="cn.stylefeng.roses" name="demo-business" rev="7.2.2">
  <artifact name="demo-business" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.stylefeng.roses', module='demo-business', version='7.2.2')
)
                libraryDependencies += "cn.stylefeng.roses" % "demo-business" % "7.2.2"
                [cn.stylefeng.roses/demo-business "7.2.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| cn.stylefeng.roses : demo-api | jar | 7.2.2 | 
| cn.stylefeng.roses : db-sdk-mp | jar | 7.2.2 | 
| cn.stylefeng.roses : kernel-a-rule | jar | 7.2.2 | 
| javax.servlet : javax.servlet-api | jar | 4.0.1 |