License |
License |
---|---|
GroupId | GroupIdcom.centit.product |
ArtifactId | ArtifactIdcentit-msgpusher |
Version | Version0.1.1805 |
Type | Typepom |
Description |
Descriptioncom.centit.product:centit-msgpusher
消息推送服务器,对百度推送,短信推送,websocket推送进行封装,并且实现了先腾框架的底层服务接口,可以对框架中的消息服务进行替换。
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
centit-msgpusher-0.1.1805.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.product/centit-msgpusher/ -->
<dependency>
<groupId>com.centit.product</groupId>
<artifactId>centit-msgpusher</artifactId>
<version>0.1.1805</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.centit.product/centit-msgpusher/
implementation 'com.centit.product:centit-msgpusher:0.1.1805'
// https://jarcasting.com/artifacts/com.centit.product/centit-msgpusher/
implementation ("com.centit.product:centit-msgpusher:0.1.1805")
'com.centit.product:centit-msgpusher:pom:0.1.1805'
<dependency org="com.centit.product" name="centit-msgpusher" rev="0.1.1805">
<artifact name="centit-msgpusher" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.centit.product', module='centit-msgpusher', version='0.1.1805')
)
libraryDependencies += "com.centit.product" % "centit-msgpusher" % "0.1.1805"
[com.centit.product/centit-msgpusher "0.1.1805"]