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