GroupId | GroupIdcom.moengage |
---|---|
ArtifactId | ArtifactIdrich-notification |
Version | Version1.2.02 |
Type | Typeaar |
Filename | Size |
---|---|
rich-notification-1.2.02.pom | |
rich-notification-1.2.02-sources.jar | 44 KB |
rich-notification-1.2.02-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/rich-notification/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>rich-notification</artifactId>
<version>1.2.02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/rich-notification/
implementation 'com.moengage:rich-notification:1.2.02'
// https://jarcasting.com/artifacts/com.moengage/rich-notification/
implementation ("com.moengage:rich-notification:1.2.02")
'com.moengage:rich-notification:aar:1.2.02'
<dependency org="com.moengage" name="rich-notification" rev="1.2.02">
<artifact name="rich-notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='rich-notification', version='1.2.02')
)
libraryDependencies += "com.moengage" % "rich-notification" % "1.2.02"
[com.moengage/rich-notification "1.2.02"]