| License | 
                License | 
        
|---|---|
| GroupId | GroupIdxyz.wc1950 | 
    
| ArtifactId | ArtifactIdchis4cloud-common-core | 
    
| Last Version | Last Version3.2.3.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionchis4cloud-common-core 
            chis4cloud-common-core核心模块 
         | 
    
<!-- https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-core/ -->
<dependency>
    <groupId>xyz.wc1950</groupId>
    <artifactId>chis4cloud-common-core</artifactId>
    <version>3.2.3.2</version>
</dependency>
                // https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-core/
implementation 'xyz.wc1950:chis4cloud-common-core:3.2.3.2'
                // https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-core/
implementation ("xyz.wc1950:chis4cloud-common-core:3.2.3.2")
                'xyz.wc1950:chis4cloud-common-core:jar:3.2.3.2'
                <dependency org="xyz.wc1950" name="chis4cloud-common-core" rev="3.2.3.2">
  <artifact name="chis4cloud-common-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='xyz.wc1950', module='chis4cloud-common-core', version='3.2.3.2')
)
                libraryDependencies += "xyz.wc1950" % "chis4cloud-common-core" % "3.2.3.2"
                [xyz.wc1950/chis4cloud-common-core "3.2.3.2"]