| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.mpusher |
| ArtifactId | ArtifactIdmpush-client |
| Version | Version0.8.0 |
| Type | Typejar |
| Description |
Descriptionmpush-client
MPUSH消息推送系统服务端SDK
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMPusher, Inc. |
| Filename | Size |
|---|---|
| mpush-client-0.8.0.pom | |
| mpush-client-0.8.0.jar | 44 KB |
| mpush-client-0.8.0-sources.jar | 29 KB |
| mpush-client-0.8.0-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/ -->
<dependency>
<groupId>com.github.mpusher</groupId>
<artifactId>mpush-client</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/
implementation 'com.github.mpusher:mpush-client:0.8.0'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/
implementation ("com.github.mpusher:mpush-client:0.8.0")
'com.github.mpusher:mpush-client:jar:0.8.0'
<dependency org="com.github.mpusher" name="mpush-client" rev="0.8.0">
<artifact name="mpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush-client', version='0.8.0')
)
libraryDependencies += "com.github.mpusher" % "mpush-client" % "0.8.0"
[com.github.mpusher/mpush-client "0.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mpusher : mpush-netty | jar | 0.8.0 |
| com.github.mpusher : mpush-common | jar | 0.8.0 |
| com.github.mpusher : mpush-cache | jar | 0.8.0 |
| com.github.mpusher : mpush-zk | jar | 0.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |