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