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