| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.github.congyh | 
| ArtifactId | ArtifactIdwechat-platform-SDK | 
| Last Version | Last Version0.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWeChat Platform SDK Personal Wechat public platform. | 
| Filename | Size | 
|---|---|
| wechat-platform-SDK-0.3.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-SDK/ -->
<dependency>
    <groupId>com.github.congyh</groupId>
    <artifactId>wechat-platform-SDK</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-SDK/
implementation 'com.github.congyh:wechat-platform-SDK:0.3'// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-SDK/
implementation ("com.github.congyh:wechat-platform-SDK:0.3")'com.github.congyh:wechat-platform-SDK:pom:0.3'<dependency org="com.github.congyh" name="wechat-platform-SDK" rev="0.3">
  <artifact name="wechat-platform-SDK" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.congyh', module='wechat-platform-SDK', version='0.3')
)libraryDependencies += "com.github.congyh" % "wechat-platform-SDK" % "0.3"[com.github.congyh/wechat-platform-SDK "0.3"]