GroupId | GroupIdcom.mapp.sdk |
---|---|
ArtifactId | ArtifactIdintelligence-android |
Version | Version5.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
intelligence-android-5.1.0.pom | |
intelligence-android-5.1.0.aar | 482 KB |
intelligence-android-5.1.0-sources.jar | 245 KB |
intelligence-android-5.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mapp.sdk/intelligence-android/ -->
<dependency>
<groupId>com.mapp.sdk</groupId>
<artifactId>intelligence-android</artifactId>
<version>5.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapp.sdk/intelligence-android/
implementation 'com.mapp.sdk:intelligence-android:5.1.0'
// https://jarcasting.com/artifacts/com.mapp.sdk/intelligence-android/
implementation ("com.mapp.sdk:intelligence-android:5.1.0")
'com.mapp.sdk:intelligence-android:aar:5.1.0'
<dependency org="com.mapp.sdk" name="intelligence-android" rev="5.1.0">
<artifact name="intelligence-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mapp.sdk', module='intelligence-android', version='5.1.0')
)
libraryDependencies += "com.mapp.sdk" % "intelligence-android" % "5.1.0"
[com.mapp.sdk/intelligence-android "5.1.0"]