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