library-androidx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.queue-it.androidsdk</groupId>
<artifactId>library-androidx</artifactId>
<version>2.1.8</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">
<!-- 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>com.queue-it.androidsdk</groupId>
<artifactId>library-androidx</artifactId>
<version>2.1.8</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.localbroadcastmanager</groupId>
<artifactId>localbroadcastmanager</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>com.queue_it.androidsdk:library-androidx</name>
<url>https://github.com/queueit/android-webui-sdk</url>
<description>Android SDK to integrate with Queue-it</description>
<licenses>
<license>
<name>MIT</name>
<url>MIT</url>
</license>
</licenses>
<scm>
<connection>https://github.com/queueit/android-webui-sdk.git</connection>
<developerConnection>https://github.com/queueit/android-webui-sdk.git</developerConnection>
<url>https://github.com/queueit/android-webui-sdk</url>
</scm>
<developers>
<developer>
<name>Developers</name>
<email>devs@queue-it.com</email>
<organization>Queue-it</organization>
<organizationUrl>https://queue-it.com</organizationUrl>
</developer>
</developers>
</project>