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