GroupId | GroupIdcom.moengage |
---|---|
ArtifactId | ArtifactIdcards |
Version | Version2.0.02 |
Type | Typeaar |
Filename | Size |
---|---|
cards-2.0.02.pom | |
cards-2.0.02-sources.jar | 120 KB |
cards-2.0.02-javadoc.jar | 837 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/cards/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>cards</artifactId>
<version>2.0.02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/cards/
implementation 'com.moengage:cards:2.0.02'
// https://jarcasting.com/artifacts/com.moengage/cards/
implementation ("com.moengage:cards:2.0.02")
'com.moengage:cards:aar:2.0.02'
<dependency org="com.moengage" name="cards" rev="2.0.02">
<artifact name="cards" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='cards', version='2.0.02')
)
libraryDependencies += "com.moengage" % "cards" % "2.0.02"
[com.moengage/cards "2.0.02"]