ezviz-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ezviz-open</groupId> <artifactId>ezviz-sdk</artifactId> <version>5.20</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>io.github.ezviz-open</groupId> <artifactId>ezviz-sdk</artifactId> <version>5.20</version> <packaging>aar</packaging> <name>ezviz-sdk</name> <description>萤石开放平台SDK,用户可通过使用SDK集成音视频能力,设备接入等功能</description> <url>https://github.com/Ezviz-Open/EzvizSDK-Android</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>openteam</id> <name>openteam</name> <email>open-team@ezvizlife.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/Ezviz-Open/EzvizSDK-Android.git</connection> <developerConnection>scm:git:ssh://github.com/Ezviz-Open/EzvizSDK-Android.git</developerConnection> <url>https://github.com/Ezviz-Open/EzvizSDK-Android/tree/4.16.1</url> </scm> </project>