core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.webex.connect</groupId> <artifactId>core</artifactId> <version>1.0.2</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>core</artifactId> <version>1.0.2</version> <packaging>aar</packaging> <name>core</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>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.15.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> </dependency> <dependency> <groupId>androidx.startup</groupId> <artifactId>startup-runtime</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>com.android.volley</groupId> <artifactId>volley</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime-ktx</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.6.1</version> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.6.1</version> </dependency> <dependency> <groupId>androidx.sqlite</groupId> <artifactId>sqlite-ktx</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>net.zetetic</groupId> <artifactId>sqlcipher-android</artifactId> <version>4.5.5</version> </dependency> </dependencies> </project>