is not current version
Last Version 1.0

com.github.mpusher:mpush 0.7.1

MPUSH消息推送系统

GroupId

GroupId

com.github.mpusher
ArtifactId

ArtifactId

mpush
Version

Version

0.7.1
Type

Type

pom

Download mpush 0.7.1

Filename Size
mpush-0.7.1.pom 14 KB
Browse

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