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