MVN

io.mosip.authentication : authentication-kyc-service

Maven & Gradle

Jul 05, 2023
7 stars

authentication-kyc-service

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-kyc-service</artifactId>
    <version>1.1.5.5-P1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mosip.authentication : authentication-kyc-service to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of io.mosip.authentication : authentication-kyc-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
authentication-kyc-service-1.2.0-rc1
1.1.x
authentication-kyc-service-1.1.5.5-P1
authentication-kyc-service-1.1.5.5-P1-rc2
authentication-kyc-service-1.1.5.5
authentication-kyc-service-1.1.5.4
authentication-kyc-service-1.1.5.3
authentication-kyc-service-1.1.5.1
authentication-kyc-service-1.1.5
authentication-kyc-service-1.1.5-rc1
authentication-kyc-service-1.1.4
authentication-kyc-service-1.1.4-rc1
authentication-kyc-service-1.1.3
authentication-kyc-service-1.1.3-rc1
authentication-kyc-service-1.1.2
authentication-kyc-service-1.1.2-rc2
1.0.x
authentication-kyc-service-1.0.10-rc1
authentication-kyc-service-1.0.9
authentication-kyc-service-1.0.9-rc1
authentication-kyc-service-1.0.7
authentication-kyc-service-1.0.6
authentication-kyc-service-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-kyc-service</artifactId>
    <version>1.1.5.5-P1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mosip.authentication : authentication-kyc-service gradle dependency to your build.gradle file:

implementation 'io.mosip.authentication:authentication-kyc-service:1.1.5.5-P1'

Gradle Kotlin DSL: Add the following io.mosip.authentication : authentication-kyc-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mosip.authentication:authentication-kyc-service:1.1.5.5-P1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mosip.authentication : authentication-kyc-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mosip.authentication" % "authentication-kyc-service" % "1.1.5.5-P1"

Advertisement