facelive
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gitee.l0km</groupId> <artifactId>facelive</artifactId> <version>3.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> <parent> <groupId>com.gitee.l0km</groupId> <artifactId>facelive-root</artifactId> <version>3.5.2</version> <relativePath>..</relativePath> </parent> <artifactId>facelive</artifactId> <packaging>jar</packaging> <name>facelib live face detection </name> <description>detect live face for video stream</description> <properties> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <automatic.module.name>facelive</automatic.module.name> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>facelive-android-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> </build> </project>