| Группа | Группаcn.javaer.wechat |
|---|---|
| Идентификатор | Идентификаторwechat-pay-parent |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wechat-pay-parent-1.0.0.pom | 9 KB |
| Обзор |
<!-- 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</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'
// https://jarcasting.com/artifacts/cn.javaer.wechat/wechat-pay-parent/
implementation ("cn.javaer.wechat:wechat-pay-parent:1.0.0")
'cn.javaer.wechat:wechat-pay-parent:pom:1.0.0'
<dependency org="cn.javaer.wechat" name="wechat-pay-parent" rev="1.0.0">
<artifact name="wechat-pay-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.javaer.wechat', module='wechat-pay-parent', version='1.0.0')
)
libraryDependencies += "cn.javaer.wechat" % "wechat-pay-parent" % "1.0.0"
[cn.javaer.wechat/wechat-pay-parent "1.0.0"]