webexconnect-push
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.webex.connect</groupId>
<artifactId>webexconnect-push</artifactId>
<version>3.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.webex.connect</groupId>
<artifactId>webexconnect-push</artifactId>
<version>3.0.6</version>
<packaging>aar</packaging>
<name>webexconnect-push</name>
<description>Webex Connect Android SDK provides a messaging library that enables app developers to embed bidirectional in-app messaging and interactive push notifications capabilities within their mobile applications.</description>
<url>https://github.com/webex/wxconnect-android-sdk</url>
<licenses>
<license>
<name>All contents are licensed under the Cisco EULA</name>
<url>https://github.com/webex/webexconnect-android-sdk/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>ashish09</id>
<name>Ashish Das</name>
<email>ashish09@cisco.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/webex/webexconnect-android-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com:webex/webexconnect-android-sdk.git</developerConnection>
<url>https://github.com/webex/webexconnect-android-sdk</url>
</scm>
<dependencies>
<dependency>
<groupId>com.webex.connect</groupId>
<artifactId>webexconnect-core</artifactId>
<version>3.0.6</version>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>
</project>