| GroupId | GroupIdcn.javaer.wechat |
|---|---|
| ArtifactId | ArtifactIdwechat-pay-parent |
| Version | Version1.0.0-rc1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wechat-pay-parent-1.0.0-rc1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.javaer.wechat/wechat-pay-parent/ -->
<dependency>
<groupId>cn.javaer.wechat</groupId>
<artifactId>wechat-pay-parent</artifactId>
<version>1.0.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.javaer.wechat/wechat-pay-parent/
implementation 'cn.javaer.wechat:wechat-pay-parent:1.0.0-rc1'
// https://jarcasting.com/artifacts/cn.javaer.wechat/wechat-pay-parent/
implementation ("cn.javaer.wechat:wechat-pay-parent:1.0.0-rc1")
'cn.javaer.wechat:wechat-pay-parent:pom:1.0.0-rc1'
<dependency org="cn.javaer.wechat" name="wechat-pay-parent" rev="1.0.0-rc1">
<artifact name="wechat-pay-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.javaer.wechat', module='wechat-pay-parent', version='1.0.0-rc1')
)
libraryDependencies += "cn.javaer.wechat" % "wechat-pay-parent" % "1.0.0-rc1"
[cn.javaer.wechat/wechat-pay-parent "1.0.0-rc1"]