engage-moengage
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.digia</groupId>
<artifactId>engage-moengage</artifactId>
<version>1.0.0-beta.04</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-moengage</artifactId>
<version>1.0.0-beta.04</version>
<packaging>aar</packaging>
<name>Digia Engage</name>
<description>Moengage integration for Digia Engage SDK. Enables server-driven UI capabilities with Moengage analytics and engagement.</description>
<url>https://github.com/Digia-Technology-Private-Limited/digia_moengage</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Business Source License 1.1</name>
<url>https://github.com/Digia-Technology-Private-Limited/digia_moengage/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_moengage.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Digia-Technology-Private-Limited/digia_moengage.git</developerConnection>
<url>https://github.com/Digia-Technology-Private-Limited/digia_moengage</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tech.digia</groupId>
<artifactId>engage</artifactId>
<version>1.0.0-beta.04</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.moengage</groupId>
<artifactId>inapp</artifactId>
<version>9.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.moengage</groupId>
<artifactId>moe-android-sdk</artifactId>
<version>14.06.00</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>