| Группа | Группаcom.github.developframework |
|---|---|
| Идентификатор | Идентификаторwechat-pay-core |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wechat-pay-core-0.0.2.pom | |
| wechat-pay-core-0.0.2.jar | 39 KB |
| wechat-pay-core-0.0.2-sources.jar | 25 KB |
| wechat-pay-core-0.0.2-javadoc.jar | 232 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.developframework/wechat-pay-core/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>wechat-pay-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/wechat-pay-core/
implementation 'com.github.developframework:wechat-pay-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.developframework/wechat-pay-core/
implementation ("com.github.developframework:wechat-pay-core:0.0.2")
'com.github.developframework:wechat-pay-core:jar:0.0.2'
<dependency org="com.github.developframework" name="wechat-pay-core" rev="0.0.2">
<artifact name="wechat-pay-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='wechat-pay-core', version='0.0.2')
)
libraryDependencies += "com.github.developframework" % "wechat-pay-core" % "0.0.2"
[com.github.developframework/wechat-pay-core "0.0.2"]