License |
License |
---|---|
GroupId | GroupIdcom.moengage |
ArtifactId | ArtifactIdpushbase |
Version | Version6.0.0 |
Type | Typeaar |
Description |
DescriptionMoEngage Push Base
Base module of MoEngage Push Notification service
|
Filename | Size |
---|---|
pushbase-6.0.0.pom | |
pushbase-6.0.0-sources.jar | 104 KB |
pushbase-6.0.0-javadoc.jar | 796 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/pushbase/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>pushbase</artifactId>
<version>6.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/pushbase/
implementation 'com.moengage:pushbase:6.0.0'
// https://jarcasting.com/artifacts/com.moengage/pushbase/
implementation ("com.moengage:pushbase:6.0.0")
'com.moengage:pushbase:aar:6.0.0'
<dependency org="com.moengage" name="pushbase" rev="6.0.0">
<artifact name="pushbase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='pushbase', version='6.0.0')
)
libraryDependencies += "com.moengage" % "pushbase" % "6.0.0"
[com.moengage/pushbase "6.0.0"]