License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.mparticle |
ArtifactId | ArtifactIdandroid-kit-plugin |
Version | Version5.18.1 |
Type | Typejar |
Description |
DescriptionmParticle Gradle Plugin for creating mParticle kits
mParticle Gradle Plugin for creating mParticle kits
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-kit-plugin-5.18.1.pom | |
android-kit-plugin-5.18.1.jar | 29 KB |
android-kit-plugin-5.18.1-sources.jar | 569 bytes |
android-kit-plugin-5.18.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mparticle/android-kit-plugin/ -->
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>android-kit-plugin</artifactId>
<version>5.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mparticle/android-kit-plugin/
implementation 'com.mparticle:android-kit-plugin:5.18.1'
// https://jarcasting.com/artifacts/com.mparticle/android-kit-plugin/
implementation ("com.mparticle:android-kit-plugin:5.18.1")
'com.mparticle:android-kit-plugin:jar:5.18.1'
<dependency org="com.mparticle" name="android-kit-plugin" rev="5.18.1">
<artifact name="android-kit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mparticle', module='android-kit-plugin', version='5.18.1')
)
libraryDependencies += "com.mparticle" % "android-kit-plugin" % "5.18.1"
[com.mparticle/android-kit-plugin "5.18.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |