MVN

io.mosip.biosdk : biosdk-client

Maven & Gradle

Jul 04, 2023
6 stars

biosdk-client · Sample implementation of biometrics SDK client

<dependency>
    <groupId>io.mosip.biosdk</groupId>
    <artifactId>biosdk-client</artifactId>
    <version>1.1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mosip.biosdk : biosdk-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5.5
  • Latest Release Candidate: 1.1.5.5-rc2

All Versions

Choose a version of io.mosip.biosdk : biosdk-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
biosdk-client-1.2.0.1-B2
biosdk-client-1.2.0.1-B1
biosdk-client-1.2.0
biosdk-client-1.2.0-rc1
1.1.x
biosdk-client-1.1.5.5
biosdk-client-1.1.5.5-rc2

How to add a dependency to Maven

Add the following io.mosip.biosdk : biosdk-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mosip.biosdk</groupId>
    <artifactId>biosdk-client</artifactId>
    <version>1.1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mosip.biosdk : biosdk-client gradle dependency to your build.gradle file:

implementation 'io.mosip.biosdk:biosdk-client:1.1.5.5'

Gradle Kotlin DSL: Add the following io.mosip.biosdk : biosdk-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mosip.biosdk:biosdk-client:1.1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mosip.biosdk : biosdk-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mosip.biosdk" % "biosdk-client" % "1.1.5.5"