client-infrastructures
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.nexmo.android</groupId>
<artifactId>client-infrastructures</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.nexmo.android</groupId>
<artifactId>client-infrastructures</artifactId>
<version>0.0.5</version>
<packaging>aar</packaging>
<name>Nexmo Client Infrastructures</name>
<description>Nexmo Conversation API client Infrastructures for Android</description>
<url>https://github.com/Nexmo/stitch-android-quickstart</url>
<inceptionYear>2017</inceptionYear>
<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>
<id>ossnexmo</id>
<name>Nexmo Tech Team</name>
<email>oss@nexmo.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/Nexmo/stitch-android-quickstart</connection>
<developerConnection>scm:https://github.com/Nexmo/stitch-android-quickstart</developerConnection>
<url>https://github.com/Nexmo/stitch-android-quickstart</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>