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