License |
License |
---|---|
GroupId | GroupIdxin.alum |
ArtifactId | ArtifactIdaim-parent |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionAim/Parent
AIM是一套完善的消息推送框架,可应用于信令推送,即时聊天,移动设备指令推送等领域。开发者可沉浸于业务开发,不用关心消息通道链接,消息编解码协议等繁杂处理。
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aim-parent-1.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xin.alum/aim-parent/ -->
<dependency>
<groupId>xin.alum</groupId>
<artifactId>aim-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xin.alum/aim-parent/
implementation 'xin.alum:aim-parent:1.0.1'
// https://jarcasting.com/artifacts/xin.alum/aim-parent/
implementation ("xin.alum:aim-parent:1.0.1")
'xin.alum:aim-parent:pom:1.0.1'
<dependency org="xin.alum" name="aim-parent" rev="1.0.1">
<artifact name="aim-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xin.alum', module='aim-parent', version='1.0.1')
)
libraryDependencies += "xin.alum" % "aim-parent" % "1.0.1"
[xin.alum/aim-parent "1.0.1"]