| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.acyou | 
    
| ArtifactId | ArtifactIdleo-framework-commons | 
    
| Version | Version1.1.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLeo (Service)公共组件 
         | 
    
<!-- https://jarcasting.com/artifacts/cn.acyou/leo-framework-commons/ -->
<dependency>
    <groupId>cn.acyou</groupId>
    <artifactId>leo-framework-commons</artifactId>
    <version>1.1.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.acyou/leo-framework-commons/
implementation 'cn.acyou:leo-framework-commons:1.1.2.RELEASE'
                // https://jarcasting.com/artifacts/cn.acyou/leo-framework-commons/
implementation ("cn.acyou:leo-framework-commons:1.1.2.RELEASE")
                'cn.acyou:leo-framework-commons:jar:1.1.2.RELEASE'
                <dependency org="cn.acyou" name="leo-framework-commons" rev="1.1.2.RELEASE">
  <artifact name="leo-framework-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.acyou', module='leo-framework-commons', version='1.1.2.RELEASE')
)
                libraryDependencies += "cn.acyou" % "leo-framework-commons" % "1.1.2.RELEASE"
                [cn.acyou/leo-framework-commons "1.1.2.RELEASE"]