MVN

io.mosip.authentication : authentication-common

Maven & Gradle

Jul 05, 2023
7 usages
7 stars

authentication-common

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-common</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-common 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-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
authentication-common-1.2.0.1-B3
authentication-common-1.2.0.1-B2
authentication-common-1.2.0.1-B1
authentication-common-1.2.0
authentication-common-1.2.0-prerel
authentication-common-1.2.0-rc1
1.1.x
authentication-common-1.1.5.5-P1
authentication-common-1.1.5.5-P1-rc2
authentication-common-1.1.5.5
authentication-common-1.1.5.4
authentication-common-1.1.5.3
authentication-common-1.1.5.1
authentication-common-1.1.5
authentication-common-1.1.5-rc1
authentication-common-1.1.4
authentication-common-1.1.4-rc1
authentication-common-1.1.3
authentication-common-1.1.3-rc1
authentication-common-1.1.2
authentication-common-1.1.2-rc2
1.0.x
authentication-common-1.0.10-rc1
authentication-common-1.0.9
authentication-common-1.0.9-rc1
authentication-common-1.0.7
authentication-common-1.0.6
authentication-common-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-common</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-common gradle dependency to your build.gradle file:

implementation 'io.mosip.authentication:authentication-common:1.1.5.5-P1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement