| License | License | 
|---|---|
| GroupId | GroupIdcom.moengage | 
| ArtifactId | ArtifactIdcore | 
| Last Version | Last Version6.2.2 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionMoEngage Library Base Base module for MoEngage Platform SDK | 
| Filename | Size | 
|---|---|
| core-6.2.2.pom | |
| core-6.2.2-sources.jar | 342 KB | 
| core-6.2.2-javadoc.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.moengage/core/ -->
<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>core</artifactId>
    <version>6.2.2</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.moengage/core/
implementation 'com.moengage:core:6.2.2'// https://jarcasting.com/artifacts/com.moengage/core/
implementation ("com.moengage:core:6.2.2")'com.moengage:core:aar:6.2.2'<dependency org="com.moengage" name="core" rev="6.2.2">
  <artifact name="core" type="aar" />
</dependency>@Grapes(
@Grab(group='com.moengage', module='core', version='6.2.2')
)libraryDependencies += "com.moengage" % "core" % "6.2.2"[com.moengage/core "6.2.2"]