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