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