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