GroupId | GroupIdcom.github.mpusher |
---|---|
ArtifactId | ArtifactIdmpush |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
mpush-0.0.5.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush/ -->
<dependency>
<groupId>com.github.mpusher</groupId>
<artifactId>mpush</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush/
implementation 'com.github.mpusher:mpush:0.0.5'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush/
implementation ("com.github.mpusher:mpush:0.0.5")
'com.github.mpusher:mpush:pom:0.0.5'
<dependency org="com.github.mpusher" name="mpush" rev="0.0.5">
<artifact name="mpush" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush', version='0.0.5')
)
libraryDependencies += "com.github.mpusher" % "mpush" % "0.0.5"
[com.github.mpusher/mpush "0.0.5"]