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