MVN

io.github.anylifezlb : FaceSearchSDK

Maven & Gradle

Aug 05, 2023
233 stars

FaceSearchSDK · FaceSearchSDK_Android

<dependency>
    <groupId>io.github.anylifezlb</groupId>
    <artifactId>FaceSearchSDK</artifactId>
    <version>1.0.8.vanxx</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.anylifezlb : FaceSearchSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8.vanxx
  • Latest Alpha: 1.0.9.alpha1

All Versions

Choose a version of io.github.anylifezlb : FaceSearchSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
FaceSearchSDK-1.0.9.alpha1
FaceSearchSDK-1.0.9.alpha
FaceSearchSDK-1.0.8.vanxx
FaceSearchSDK-1.0.8
FaceSearchSDK-1.0.6
FaceSearchSDK-1.0.4
FaceSearchSDK-1.0.3
FaceSearchSDK-1.0.0
0.9.x
FaceSearchSDK-0.9.8
FaceSearchSDK-0.9.7
FaceSearchSDK-0.9.0
0.6.x
FaceSearchSDK-0.6.0
0.5.x
FaceSearchSDK-0.5.0
0.2.x
FaceSearchSDK-0.2.0
0.1.x
FaceSearchSDK-0.1.1
FaceSearchSDK-0.1.0
0.0.x
FaceSearchSDK-0.0.4
FaceSearchSDK-0.0.3
FaceSearchSDK-0.0.2
FaceSearchSDK-0.0.1.alpha1
FaceSearchSDK-0.0.1

How to add a dependency to Maven

Add the following io.github.anylifezlb : FaceSearchSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.anylifezlb</groupId>
    <artifactId>FaceSearchSDK</artifactId>
    <version>1.0.8.vanxx</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.anylifezlb : FaceSearchSDK gradle dependency to your build.gradle file:

implementation 'io.github.anylifezlb:FaceSearchSDK:1.0.8.vanxx'

Gradle Kotlin DSL: Add the following io.github.anylifezlb : FaceSearchSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.anylifezlb:FaceSearchSDK:1.0.8.vanxx")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.anylifezlb : FaceSearchSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.anylifezlb" % "FaceSearchSDK" % "1.0.8.vanxx"