GroupId | GroupIdcom.toast.android |
---|---|
ArtifactId | ArtifactIdtoast-push-notification |
Version | Version0.24.4 |
Type | Typeaar |
Filename | Size |
---|---|
toast-push-notification-0.24.4.pom | |
toast-push-notification-0.24.4.aar | 48 KB |
toast-push-notification-0.24.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.toast.android/toast-push-notification/ -->
<dependency>
<groupId>com.toast.android</groupId>
<artifactId>toast-push-notification</artifactId>
<version>0.24.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.toast.android/toast-push-notification/
implementation 'com.toast.android:toast-push-notification:0.24.4'
// https://jarcasting.com/artifacts/com.toast.android/toast-push-notification/
implementation ("com.toast.android:toast-push-notification:0.24.4")
'com.toast.android:toast-push-notification:aar:0.24.4'
<dependency org="com.toast.android" name="toast-push-notification" rev="0.24.4">
<artifact name="toast-push-notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.toast.android', module='toast-push-notification', version='0.24.4')
)
libraryDependencies += "com.toast.android" % "toast-push-notification" % "0.24.4"
[com.toast.android/toast-push-notification "0.24.4"]