License |
License
The 2-Clause BSD License
|
---|---|
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdfacelive |
Version | Version3.4.1 |
Type | Typejar |
Description |
Descriptionfacelib live face detection
detect live face for video stream
|
Filename | Size |
---|---|
facelive-3.4.1.pom | |
facelive-3.4.1.jar | 6 MB |
facelive-3.4.1-sources.jar | 7 KB |
facelive-3.4.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/facelive/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>facelive</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/facelive/
implementation 'com.gitee.l0km:facelive:3.4.1'
// https://jarcasting.com/artifacts/com.gitee.l0km/facelive/
implementation ("com.gitee.l0km:facelive:3.4.1")
'com.gitee.l0km:facelive:jar:3.4.1'
<dependency org="com.gitee.l0km" name="facelive" rev="3.4.1">
<artifact name="facelive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='facelive', version='3.4.1')
)
libraryDependencies += "com.gitee.l0km" % "facelive" % "3.4.1"
[com.gitee.l0km/facelive "3.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.l0km : facelive-android-base | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |