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