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