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