GroupId | GroupIdcom.mparticle |
---|---|
ArtifactId | ArtifactIdsmartype-mparticle-android |
Version | Version1.2.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mparticle/smartype-mparticle-android/ -->
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>smartype-mparticle-android</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mparticle/smartype-mparticle-android/
implementation 'com.mparticle:smartype-mparticle-android:1.2.0'
// https://jarcasting.com/artifacts/com.mparticle/smartype-mparticle-android/
implementation ("com.mparticle:smartype-mparticle-android:1.2.0")
'com.mparticle:smartype-mparticle-android:aar:1.2.0'
<dependency org="com.mparticle" name="smartype-mparticle-android" rev="1.2.0">
<artifact name="smartype-mparticle-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mparticle', module='smartype-mparticle-android', version='1.2.0')
)
libraryDependencies += "com.mparticle" % "smartype-mparticle-android" % "1.2.0"
[com.mparticle/smartype-mparticle-android "1.2.0"]