Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.congyh |
ArtifactId | ArtifactIdwechat-platform-SDK |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
wechat-platform-SDK-0.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-SDK/
implementation 'com.github.congyh:wechat-platform-SDK:0.2'
// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-SDK/
implementation ("com.github.congyh:wechat-platform-SDK:0.2")
'com.github.congyh:wechat-platform-SDK:pom:0.2'
<dependency org="com.github.congyh" name="wechat-platform-SDK" rev="0.2">
<artifact name="wechat-platform-SDK" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.congyh', module='wechat-platform-SDK', version='0.2')
)
libraryDependencies += "com.github.congyh" % "wechat-platform-SDK" % "0.2"
[com.github.congyh/wechat-platform-SDK "0.2"]