| GroupId | GroupIdcom.gitee.pifeng | 
    
|---|---|
| ArtifactId | ArtifactIdphoenix-common-core | 
    
| Version | Version1.2.1.RELEASE-CR2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/ -->
<dependency>
    <groupId>com.gitee.pifeng</groupId>
    <artifactId>phoenix-common-core</artifactId>
    <version>1.2.1.RELEASE-CR2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/
implementation 'com.gitee.pifeng:phoenix-common-core:1.2.1.RELEASE-CR2'
                // https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/
implementation ("com.gitee.pifeng:phoenix-common-core:1.2.1.RELEASE-CR2")
                'com.gitee.pifeng:phoenix-common-core:jar:1.2.1.RELEASE-CR2'
                <dependency org="com.gitee.pifeng" name="phoenix-common-core" rev="1.2.1.RELEASE-CR2">
  <artifact name="phoenix-common-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.pifeng', module='phoenix-common-core', version='1.2.1.RELEASE-CR2')
)
                libraryDependencies += "com.gitee.pifeng" % "phoenix-common-core" % "1.2.1.RELEASE-CR2"
                [com.gitee.pifeng/phoenix-common-core "1.2.1.RELEASE-CR2"]