is not current version
Last Version 1.7.0

com.segment.analytics.kotlin:android 1.6.0

The hassle-free way to add analytics to your Kotlin app.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.segment.analytics.kotlin
ArtifactId

ArtifactId

android
Version

Version

1.6.0
Type

Type

aar

Download android 1.6.0


<!-- https://jarcasting.com/artifacts/com.segment.analytics.kotlin/android/ -->
<dependency>
    <groupId>com.segment.analytics.kotlin</groupId>
    <artifactId>android</artifactId>
    <version>1.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.kotlin/android/
implementation 'com.segment.analytics.kotlin:android:1.6.0'
// https://jarcasting.com/artifacts/com.segment.analytics.kotlin/android/
implementation ("com.segment.analytics.kotlin:android:1.6.0")
'com.segment.analytics.kotlin:android:aar:1.6.0'
<dependency org="com.segment.analytics.kotlin" name="android" rev="1.6.0">
  <artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.kotlin', module='android', version='1.6.0')
)
libraryDependencies += "com.segment.analytics.kotlin" % "android" % "1.6.0"
[com.segment.analytics.kotlin/android "1.6.0"]