| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mpusher |
| ArtifactId | ArtifactIdmpush-core |
| Version | Version0.8.0 |
| Type | Typejar |
| Description |
Descriptionmpush-core
MPUSH消息推送系统核心模块
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMPusher, Inc. |
| Filename | Size |
|---|---|
| mpush-core-0.8.0.pom | |
| mpush-core-0.8.0.jar | 98 KB |
| mpush-core-0.8.0-sources.jar | 66 KB |
| mpush-core-0.8.0-javadoc.jar | 298 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush-core/ -->
<dependency>
<groupId>com.github.mpusher</groupId>
<artifactId>mpush-core</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-core/
implementation 'com.github.mpusher:mpush-core:0.8.0'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-core/
implementation ("com.github.mpusher:mpush-core:0.8.0")
'com.github.mpusher:mpush-core:jar:0.8.0'
<dependency org="com.github.mpusher" name="mpush-core" rev="0.8.0">
<artifact name="mpush-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush-core', version='0.8.0')
)
libraryDependencies += "com.github.mpusher" % "mpush-core" % "0.8.0"
[com.github.mpusher/mpush-core "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-monitor | jar | 0.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |