Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.mpusher |
ArtifactId | ArtifactIdmpush-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mpush-client-0.0.3.pom | |
mpush-client-0.0.3.jar | 28 KB |
mpush-client-0.0.3-sources.jar | 17 KB |
mpush-client-0.0.3-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/ -->
<dependency>
<groupId>com.github.mpusher</groupId>
<artifactId>mpush-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/
implementation 'com.github.mpusher:mpush-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.mpusher/mpush-client/
implementation ("com.github.mpusher:mpush-client:0.0.3")
'com.github.mpusher:mpush-client:jar:0.0.3'
<dependency org="com.github.mpusher" name="mpush-client" rev="0.0.3">
<artifact name="mpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpusher', module='mpush-client', version='0.0.3')
)
libraryDependencies += "com.github.mpusher" % "mpush-client" % "0.0.3"
[com.github.mpusher/mpush-client "0.0.3"]