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