airship-framework-proxy-hms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.urbanairship.android</groupId>
<artifactId>airship-framework-proxy-hms</artifactId>
<version>15.0.1</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.urbanairship.android</groupId>
<artifactId>airship-framework-proxy-hms</artifactId>
<version>15.0.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.urbanairship.android</groupId>
<artifactId>urbanairship-hms</artifactId>
<version>20.0.4</version>
</dependency>
</dependencies>
<description>Airship Mobile Framework Proxy HMS</description>
<name>airship-framework-proxy-hms</name>
<url>https://airship.com</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Airship</name>
</developer>
</developers>
<scm>
<connection>https://github.com/urbanairship/airship-mobile-framework-proxy.git</connection>
<url>https://github.com/urbanairship/airship-mobile-framework-proxy</url>
</scm>
</project>