GroupId | GroupIdcom.moengage |
---|---|
ArtifactId | ArtifactIdpush-amp |
Version | Version2.2.01 |
Type | Typeaar |
Filename | Size |
---|---|
push-amp-2.2.01.pom | |
push-amp-2.2.01-sources.jar | 25 KB |
push-amp-2.2.01-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/push-amp/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>push-amp</artifactId>
<version>2.2.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/push-amp/
implementation 'com.moengage:push-amp:2.2.01'
// https://jarcasting.com/artifacts/com.moengage/push-amp/
implementation ("com.moengage:push-amp:2.2.01")
'com.moengage:push-amp:aar:2.2.01'
<dependency org="com.moengage" name="push-amp" rev="2.2.01">
<artifact name="push-amp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='push-amp', version='2.2.01')
)
libraryDependencies += "com.moengage" % "push-amp" % "2.2.01"
[com.moengage/push-amp "2.2.01"]