| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.gitee.pifeng | 
    
| ArtifactId | ArtifactIdphoenix-common-core | 
    
| Version | Version1.2.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionphoenix-common-core 
            监控公共模块 
         | 
    
<!-- https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/ -->
<dependency>
    <groupId>com.gitee.pifeng</groupId>
    <artifactId>phoenix-common-core</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/
implementation 'com.gitee.pifeng:phoenix-common-core:1.2.2.RELEASE'
                // https://jarcasting.com/artifacts/com.gitee.pifeng/phoenix-common-core/
implementation ("com.gitee.pifeng:phoenix-common-core:1.2.2.RELEASE")
                'com.gitee.pifeng:phoenix-common-core:jar:1.2.2.RELEASE'
                <dependency org="com.gitee.pifeng" name="phoenix-common-core" rev="1.2.2.RELEASE">
  <artifact name="phoenix-common-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.pifeng', module='phoenix-common-core', version='1.2.2.RELEASE')
)
                libraryDependencies += "com.gitee.pifeng" % "phoenix-common-core" % "1.2.2.RELEASE"
                [com.gitee.pifeng/phoenix-common-core "1.2.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.62 | 
| com.google.guava : guava | jar | 20.0 | 
| com.liferay.portal : com.liferay.portal.kernel | jar | 9.12.2 | 
| org.apache.commons : commons-lang3 | jar | |
| commons-collections : commons-collections | jar | 3.2.2 | 
| commons-io : commons-io | jar | 2.6 | 
| commons-net : commons-net | jar | 3.8.0 | 
| org.projectlombok : lombok Optional | jar | |
| org.slf4j : slf4j-api Optional | jar | |
| ch.qos.logback : logback-classic Optional | jar | |
| org.fusesource : sigar | jar | 1.6.4 | 
| com.github.oshi : oshi-core | jar | 5.3.7 | 
| net.java.dev.jna : jna | jar | 5.6.0 | 
| net.java.dev.jna : jna-platform | jar | 5.6.0 | 
| cn.hutool : hutool-all | jar | 5.6.3 | 
| org.bouncycastle : bcprov-jdk15on | jar | 1.69 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar |