GroupId | GroupIdcom.github.DigioAndroid |
---|---|
ArtifactId | ArtifactIdsendtopush |
Version | Version1.2.6 |
Type | Typeaar |
Filename | Size |
---|---|
sendtopush-1.2.6.pom | |
sendtopush-1.2.6.aar | 47 KB |
sendtopush-1.2.6-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.DigioAndroid/sendtopush/ -->
<dependency>
<groupId>com.github.DigioAndroid</groupId>
<artifactId>sendtopush</artifactId>
<version>1.2.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.DigioAndroid/sendtopush/
implementation 'com.github.DigioAndroid:sendtopush:1.2.6'
// https://jarcasting.com/artifacts/com.github.DigioAndroid/sendtopush/
implementation ("com.github.DigioAndroid:sendtopush:1.2.6")
'com.github.DigioAndroid:sendtopush:aar:1.2.6'
<dependency org="com.github.DigioAndroid" name="sendtopush" rev="1.2.6">
<artifact name="sendtopush" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.DigioAndroid', module='sendtopush', version='1.2.6')
)
libraryDependencies += "com.github.DigioAndroid" % "sendtopush" % "1.2.6"
[com.github.DigioAndroid/sendtopush "1.2.6"]