opentok-server-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tokbox</groupId>
<artifactId>opentok-server-sdk</artifactId>
<version>4.16.1</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.tokbox</groupId>
<artifactId>opentok-server-sdk</artifactId>
<version>4.16.1</version>
<name>OpenTok Java SDK</name>
<description>The OpenTok Java SDK lets you generate sessions and tokens for OpenTok applications. This version of the SDK also includes support for working with OpenTok 2.0 archives.</description>
<url>https://github.com/opentok/Opentok-Java-SDK</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://raw.github.com/opentok/Opentok-Java-SDK/refs/heads/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>devrel</id>
<name>Vonage Devrel</name>
<email>devrel@vonage.com</email>
</developer>
<developer>
<id>manasdpradhan</id>
<name>Manas Pradhan</name>
<email>manas@tokbox.com</email>
<organization>Vonage</organization>
</developer>
<developer>
<id>aoberoi</id>
<name>Ankur Oberoi</name>
<email>aoberoi@gmail.com</email>
<organization>Vonage</organization>
</developer>
<developer>
<id>slorello89</id>
<name>Steve Lorello</name>
<email>steve.lorello@vonage.com</email>
<organization>Vonage</organization>
</developer>
<developer>
<id>smadani</id>
<name>Sina Madani</name>
<email>sina.madani@vonage.com</email>
<organization>Vonage</organization>
</developer>
</developers>
<scm>
<connection>scm:git@github.com/opentok/Opentok-Java-SDK</connection>
<developerConnection>scm:git@github.com/opentok/Opentok-Java-SDK</developerConnection>
<url>https://github.com/opentok/Opentok-Java-SDK</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/opentok/Opentok-Java-SDK</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.vonage</groupId>
<artifactId>jwt</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.18.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.18.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.119.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.119.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.12.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.9.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>