is not current version
Last Version 0.8.0

com.github.mpusher:mpush-common 0.7.1

MPUSH消息推送系统基础模块

GroupId

GroupId

com.github.mpusher
ArtifactId

ArtifactId

mpush-common
Version

Version

0.7.1
Type

Type

jar

Download mpush-common 0.7.1


<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush-common/ -->
<dependency>
    <groupId>com.github.mpusher</groupId>
    <artifactId>mpush-common</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-common/
implementation 'com.github.mpusher:mpush-common:0.7.1'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-common/
implementation ("com.github.mpusher:mpush-common:0.7.1")
'com.github.mpusher:mpush-common:jar:0.7.1'
<dependency org="com.github.mpusher" name="mpush-common" rev="0.7.1">
  <artifact name="mpush-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush-common', version='0.7.1')
)
libraryDependencies += "com.github.mpusher" % "mpush-common" % "0.7.1"
[com.github.mpusher/mpush-common "0.7.1"]