Files download
File Operation
core-5.2.01.pom download
core-5.2.01-sources.jar download
Apache Maven
<dependency>
  <groupId>com.moengage</groupId>
  <artifactId>core</artifactId>
  <version>5.2.01</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.moengage:core:5.2.01'
Gradle Kotlin
implementation("com.moengage:core:5.2.01")
Scala SBT
libraryDependencies += "com.moengage" % "core" % "5.2.01"
Groovy Grape
@Grapes(
  @Grab(group='com.moengage', module='core', version='5.2.01')
)
Apache Ivy
<dependency org="com.moengage" name="core" rev="5.2.01" />
Leiningen
[com.moengage/core "5.2.01"]
Apache Buildr
'com.moengage:core:jar:5.2.01'
Dependencies
The project has no third-party dependencies