Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.mpusher |
ArtifactId | ArtifactIdmpush-netty |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
mpush-netty-0.6.1.pom | |
mpush-netty-0.6.1.jar | 36 KB |
mpush-netty-0.6.1-sources.jar | 25 KB |
mpush-netty-0.6.1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush-netty/ -->
<dependency>
<groupId>com.github.mpusher</groupId>
<artifactId>mpush-netty</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-netty/
implementation 'com.github.mpusher:mpush-netty:0.6.1'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-netty/
implementation ("com.github.mpusher:mpush-netty:0.6.1")
'com.github.mpusher:mpush-netty:jar:0.6.1'
<dependency org="com.github.mpusher" name="mpush-netty" rev="0.6.1">
<artifact name="mpush-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush-netty', version='0.6.1')
)
libraryDependencies += "com.github.mpusher" % "mpush-netty" % "0.6.1"
[com.github.mpusher/mpush-netty "0.6.1"]