Segmentify Android SDK

Segmentify SDK for sending events and rendering recommendations for android based devices

License

License

Apache License 2.0
GroupId

GroupId

com.segmentify.sdk
ArtifactId

ArtifactId

android
Last Version

Last Version

2.1.5
Release Date

Release Date

Type

Type

aar
Description

Description

Segmentify Android SDK
Segmentify SDK for sending events and rendering recommendations for android based devices
Project URL

Project URL

https://github.com/segmentify/segmentify-android-sdk
Source Code Management

Source Code Management

https://github.com/segmentify/segmentify-android-sdk/

Download android

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 27.1.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.10
com.google.code.gson : gson jar 2.8.0
com.squareup.retrofit2 : retrofit jar 2.3.0
com.squareup.retrofit2 : converter-gson jar 2.3.0
com.squareup.okhttp3 : logging-interceptor jar 3.8.1
com.firebase » firebase-jobdispatcher jar 0.8.5

Project Modules

There are no modules declared in this project.

Segmentify Android SDK

Segmentify SDK for sending events and rendering recommendations for android based devices

Supports Android 4.4(API Level: 19) and higher devices. Current version : 2.1.5

Installation

You can install Segmentify Android SDK to your application by using Maven.

To use Maven, add the project gradle file:

buildscript {
    repositories {
        mavenCentral()
    }
}

Please add following line to your gradle file:

Gradle :

implementation 'com.segmentify.sdk:android:*.*.*'

or If you are using another tool, you can add it as follows :

Maven:

<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency>
    <groupId>com.segmentify.sdk</groupId>
    <artifactId>android</artifactId>
    <version>***</version>
</dependency>

SBT :

// https://mvnrepository.com/artifact/com.segmentify.sdk/android
libraryDependencies += "com.segmentify.sdk" % "android" % "*.*.*"

Ivy :

<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency org="com.segmentify.sdk" name="android" rev="*.*.*"/>

Grape :

<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency org="com.segmentify.sdk" name="android" rev="*.*.*"/>

Leiningen :

;; https://mvnrepository.com/artifact/com.segmentify.sdk/android
[com.segmentify.sdk/android "*.*.*"]

Buildr :

# https://mvnrepository.com/artifact/com.segmentify.sdk/android
'com.segmentify.sdk:android:jar:*.*.*'

Usage

To learn more about how to integrate Segmentify Android SDK to your application, please check Integration Guide.

For other integrations you can check Master Integration guide too.

License

Segmentify Android SDK is available under the BSD-2 license. Please check LICENSE file to learn more about details.

com.segmentify.sdk

Segmentify

Segmentify is a plug&play SaaS solution for online retailers to boost sales with personalised product recommendations

Versions

Version
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
SNAPSHOT-1.0.0