MVN

io.mosip.authentication : authentication-core

Maven & Gradle

Apr 14, 2023
7 usages
4 stars

authentication-core · Maven project of MOSIP ID-Authentication Core

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-core</artifactId>
    <version>1.2.0.1-B3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

  • Version Updated
  • authentication-core-1.2.0.1-B3

    Apr 14, 2023
  • authentication-core-1.1.5.5-P1-rc2

    Feb 08, 2023
  • authentication-core-1.2.0.1-B2

    Jan 07, 2023
  • authentication-core-1.2.0.1-B1

    Sep 29, 2022
  • authentication-core-1.1.5.5

    May 10, 2022
  • authentication-core-1.2.0

    Feb 04, 2022
  • authentication-core-1.2.0-prerel

    Jan 28, 2022
  • authentication-core-1.2.0-rc1

    Aug 12, 2021
  • authentication-core-1.1.5.4

    Jul 01, 2021
  • authentication-core-1.1.5.3

    May 25, 2021
  • authentication-core-1.1.5.1

    May 05, 2021
  • authentication-core-1.1.5

    Apr 21, 2021
  • authentication-core-1.1.5-rc1

    Apr 12, 2021
  • authentication-core-1.1.4

    Feb 11, 2021
  • authentication-core-1.1.4-rc1

    Feb 03, 2021
  • authentication-core-1.1.3

    Dec 09, 2020
  • authentication-core-1.1.3-rc1

    Nov 23, 2020
  • authentication-core-1.1.2

    Oct 24, 2020
  • authentication-core-1.1.2-rc2

    Oct 22, 2020
  • authentication-core-1.0.10-rc1

    Aug 04, 2020
  • authentication-core-1.0.9

    Jul 02, 2020
  • authentication-core-1.0.9-rc1

    Jul 02, 2020
  • authentication-core-1.0.7

    Apr 07, 2020
  • authentication-core-1.0.6

    Feb 08, 2020
  • authentication-core-1.0.5

    Jan 29, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-core</artifactId>
    <version>1.2.0.1-B3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.mosip.authentication:authentication-core:1.2.0.1-B3'

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

implementation("io.mosip.authentication:authentication-core:1.2.0.1-B3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.mosip.authentication" % "authentication-core" % "1.2.0.1-B3"