License |
License
The Localytics Modified BSD License
|
---|---|
GroupId | GroupIdcom.segment.analytics.android |
ArtifactId | ArtifactIdlocalytics |
Version | Version2.1.10 |
Type | Typejar |
Description |
DescriptionSegment.io Android Analytics - Localytics Module
The hassle-free way to add analytics to your Android app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
localytics-2.1.10.pom | |
localytics-2.1.10.jar | 78 KB |
localytics-2.1.10-sources.jar | 55 KB |
localytics-2.1.10-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.segment.analytics.android/localytics/ -->
<dependency>
<groupId>com.segment.analytics.android</groupId>
<artifactId>localytics</artifactId>
<version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.android/localytics/
implementation 'com.segment.analytics.android:localytics:2.1.10'
// https://jarcasting.com/artifacts/com.segment.analytics.android/localytics/
implementation ("com.segment.analytics.android:localytics:2.1.10")
'com.segment.analytics.android:localytics:jar:2.1.10'
<dependency org="com.segment.analytics.android" name="localytics" rev="2.1.10">
<artifact name="localytics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.android', module='localytics', version='2.1.10')
)
libraryDependencies += "com.segment.analytics.android" % "localytics" % "2.1.10"
[com.segment.analytics.android/localytics "2.1.10"]