Segmentify Android SDK

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

Лицензия

Лицензия

Apache License 2.0
Группа

Группа

com.segmentify.sdk
Идентификатор

Идентификатор

android
Последняя версия

Последняя версия

2.1.5
Дата

Дата

Тип

Тип

aar
Описание

Описание

Segmentify Android SDK
Segmentify SDK for sending events and rendering recommendations for android based devices
Ссылка на сайт

Ссылка на сайт

https://github.com/segmentify/segmentify-android-sdk
Система контроля версий

Система контроля версий

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

Скачать android

Имя Файла Размер
android-2.1.5.pom
android-2.1.5.aar 122 KB
android-2.1.5-sources.jar 1 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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