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