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