| GroupId | GroupIdcom.mparticle |
|---|---|
| ArtifactId | ArtifactIdandroid-adjust-kit |
| Version | Version4.5.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-adjust-kit-4.5.4.pom | |
| android-adjust-kit-4.5.4.aar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mparticle/android-adjust-kit/ -->
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>android-adjust-kit</artifactId>
<version>4.5.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mparticle/android-adjust-kit/
implementation 'com.mparticle:android-adjust-kit:4.5.4'
// https://jarcasting.com/artifacts/com.mparticle/android-adjust-kit/
implementation ("com.mparticle:android-adjust-kit:4.5.4")
'com.mparticle:android-adjust-kit:aar:4.5.4'
<dependency org="com.mparticle" name="android-adjust-kit" rev="4.5.4">
<artifact name="android-adjust-kit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mparticle', module='android-adjust-kit', version='4.5.4')
)
libraryDependencies += "com.mparticle" % "android-adjust-kit" % "4.5.4"
[com.mparticle/android-adjust-kit "4.5.4"]