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