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