GroupId | GroupIdcom.emarsys |
---|---|
ArtifactId | ArtifactIdmobile-engage |
Version | Version2.5.1 |
Type | Typeaar |
Filename | Size |
---|---|
mobile-engage-2.5.1.pom | |
mobile-engage-2.5.1.aar | 187 KB |
mobile-engage-2.5.1-sources.jar | 77 KB |
mobile-engage-2.5.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.emarsys/mobile-engage/ -->
<dependency>
<groupId>com.emarsys</groupId>
<artifactId>mobile-engage</artifactId>
<version>2.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.emarsys/mobile-engage/
implementation 'com.emarsys:mobile-engage:2.5.1'
// https://jarcasting.com/artifacts/com.emarsys/mobile-engage/
implementation ("com.emarsys:mobile-engage:2.5.1")
'com.emarsys:mobile-engage:aar:2.5.1'
<dependency org="com.emarsys" name="mobile-engage" rev="2.5.1">
<artifact name="mobile-engage" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.emarsys', module='mobile-engage', version='2.5.1')
)
libraryDependencies += "com.emarsys" % "mobile-engage" % "2.5.1"
[com.emarsys/mobile-engage "2.5.1"]