plivo-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.plivo</groupId>
<artifactId>plivo-java</artifactId>
<version>5.46.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- 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.plivo</groupId>
<artifactId>plivo-java</artifactId>
<version>5.46.3</version>
<name>plivo-java</name>
<description>A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML</description>
<url>https://github.com/plivo/plivo-java/</url>
<organization>
<name>Plivo</name>
<url>https://api-reference.plivo.com/latest/net/introduction/overview</url>
</organization>
<licenses>
<license>
<name>The MIT License</name>
<url>https://github.com/plivo/plivo-java/blob/4.0/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>The Plivo SDKs Team</name>
<email>sdks@plivo.com</email>
<organization>Plivo, Inc.</organization>
<organizationUrl>https://plivo.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:plivo/plivo-java.git</connection>
<developerConnection>scm:git:git@github.com:plivo/plivo-java.git</developerConnection>
<url>git@github.com:plivo/plivo-java.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/plivo/plivo-java/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.10.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>