full-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-sdk</artifactId> <version>4.5.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.agora.rtc</groupId> <artifactId>full-sdk</artifactId> <version>4.5.2</version> <packaging>aar</packaging> <name>full-sdk</name> <description>Agora SDK Build Basic</description> <url>http://maven.apache.org</url> <licenses> <license> <name>AGORA SDK License</name> <url>https://github.com/AgoraIO/full-sdk/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>agorabuilder</name> <email>agorabuilder@shengwang.cn</email> <organization>https://github.com/AgoraIO</organization> <url>https://www.agora.io/cn</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/AgoraIO/full-sdk.git</connection> <developerConnection>scm:git:https://github.com/AgoraIO/full-sdk.git</developerConnection> <url>https://github.com/AgoraIO/full-sdk</url> </scm> <dependencies> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-rtc-basic</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>ains</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>ains-ll</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>audio-beauty</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>clear-vision</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-content-inspect</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>screen-capture</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-virtual-background</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>spatial-audio</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-screen-sharing</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>aiaec</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>aiaec-ll</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-vqa</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-face-detect</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-face-capture</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-voice-drive</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-video-codec-enc</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-video-codec-dec</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-video-av1-codec-enc</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> <dependency> <groupId>io.agora.rtc</groupId> <artifactId>full-video-av1-codec-dec</artifactId> <version>4.5.2</version> <type>aar</type> </dependency> </dependencies> </project>