| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.liuchink.chinkutils | 
    
| ArtifactId | ArtifactIdchinkUtils-wechat-pay | 
    
| Version | Version0.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Description提供简单、常用的Java工具,对于一些常用组件进行的二次封装 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-wechat-pay/ -->
<dependency>
    <groupId>com.github.liuchink.chinkutils</groupId>
    <artifactId>chinkUtils-wechat-pay</artifactId>
    <version>0.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-wechat-pay/
implementation 'com.github.liuchink.chinkutils:chinkUtils-wechat-pay:0.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-wechat-pay/
implementation ("com.github.liuchink.chinkutils:chinkUtils-wechat-pay:0.0.2.RELEASE")
                'com.github.liuchink.chinkutils:chinkUtils-wechat-pay:jar:0.0.2.RELEASE'
                <dependency org="com.github.liuchink.chinkutils" name="chinkUtils-wechat-pay" rev="0.0.2.RELEASE">
  <artifact name="chinkUtils-wechat-pay" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.liuchink.chinkutils', module='chinkUtils-wechat-pay', version='0.0.2.RELEASE')
)
                libraryDependencies += "com.github.liuchink.chinkutils" % "chinkUtils-wechat-pay" % "0.0.2.RELEASE"
                [com.github.liuchink.chinkutils/chinkUtils-wechat-pay "0.0.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |