messaging
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bandwidth.sdk</groupId>
<artifactId>messaging</artifactId>
<version>0.9.0</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.bandwidth.sdk</groupId>
<artifactId>messaging</artifactId>
<version>0.9.0</version>
<name>Bandwidth Java Messaging</name>
<description>Java SDK for Bandwidth Messaging</description>
<url>https://github.com/Bandwidth/messaging-java-sdk</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>dx-bandwidth</id>
<name>DX-Bandwidth</name>
<email>dx@bandwidth.com</email>
<organization>org.apache.maven.model.Organization@5c4244de</organization>
<organizationUrl>http://bandwidth.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:Bandwidth/messaging-java-sdk.git</connection>
<developerConnection>scm:git:git@github.com:Bandwidth/messaging-java-sdk.git</developerConnection>
<url>git@github.com:Bandwidth/messaging-java-sdk.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.8.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>