webrtc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.dafruits</groupId> <artifactId>webrtc</artifactId> <version>123.0.0</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.dafruits</groupId> <artifactId>webrtc</artifactId> <version>123.0.0</version> <packaging>aar</packaging> <name>webrtc</name> <description>Unofficial distribution of up to date WebRTC framework binaries for Android</description> <url>https://github.com/rno/webrtc</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>WebRTC License</name> <url>https://webrtc.org/support/license</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rno</id> <name>Arnaud Vallat</name> </developer> </developers> <scm> <connection>scm:git@github.com:rno/webrtc.git</connection> <developerConnection>scm:git@github.com:rno/webrtc.git</developerConnection> <url>https://github.com/rno/webrtc</url> </scm> </project>