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