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