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