MVN

io.mosip.authentication : authentication-hotlistfilter-impl

Maven & Gradle

Aug 18, 2023
3 usages
10 stars

authentication-hotlistfilter-impl · ID Authentication Filter Implementation for Hotlist validation

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-hotlistfilter-impl</artifactId>
    <version>1.2.0.1-B4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0.1-B4
  • Latest Release Candidate: 1.2.0-rc1

All Versions

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

Version Vulnerabilities Updated
1.2.x
authentication-hotlistfilter-impl-1.2.0.1-B4
authentication-hotlistfilter-impl-1.2.0.1-B3
authentication-hotlistfilter-impl-1.2.0.1-B2
authentication-hotlistfilter-impl-1.2.0.1-B1
authentication-hotlistfilter-impl-1.2.0
authentication-hotlistfilter-impl-1.2.0-prerel
authentication-hotlistfilter-impl-1.2.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-hotlistfilter-impl</artifactId>
    <version>1.2.0.1-B4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.mosip.authentication:authentication-hotlistfilter-impl:1.2.0.1-B4'

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

implementation("io.mosip.authentication:authentication-hotlistfilter-impl:1.2.0.1-B4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.mosip.authentication" % "authentication-hotlistfilter-impl" % "1.2.0.1-B4"

Advertisement