engage-clevertap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.digia</groupId>
<artifactId>engage-clevertap</artifactId>
<version>1.0.0-beta.03</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>tech.digia</groupId>
<artifactId>engage-clevertap</artifactId>
<version>1.0.0-beta.03</version>
<packaging>aar</packaging>
<name>Digia Engage CleverTap</name>
<description>CleverTap integration for Digia Engage SDK. Enables server-driven UI capabilities with CleverTap analytics and engagement.</description>
<url>https://github.com/Digia-Technology-Private-Limited/digia_engage_clevertap</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Business Source License 1.1</name>
<url>https://github.com/Digia-Technology-Private-Limited/digia_engage_clevertap/blob/main/android/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>digia</id>
<name>Digia Team</name>
<url>https://digia.tech</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Digia-Technology-Private-Limited/digia_engage_clevertap.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Digia-Technology-Private-Limited/digia_engage_clevertap.git</developerConnection>
<url>https://github.com/Digia-Technology-Private-Limited/digia_engage_clevertap</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.clevertap.android</groupId>
<artifactId>clevertap-android-sdk</artifactId>
<version>7.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tech.digia</groupId>
<artifactId>engage</artifactId>
<version>1.0.0-beta.04</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.runtime</groupId>
<artifactId>runtime</artifactId>
<version>1.7.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>