MVN

io.mosip.authentication : authentication-childauthfilter-impl

Maven & Gradle

Oct 21, 2022
10 stars

authentication-childauthfilter-impl · ID Authentication Filter reference Implementation to check allowed auth types for child

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.2.x
authentication-childauthfilter-impl-1.2.0.1-B1
authentication-childauthfilter-impl-1.2.0
authentication-childauthfilter-impl-1.2.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.mosip.authentication</groupId>
    <artifactId>authentication-childauthfilter-impl</artifactId>
    <version>1.2.0.1-B1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.mosip.authentication:authentication-childauthfilter-impl:1.2.0.1-B1'

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

implementation("io.mosip.authentication:authentication-childauthfilter-impl:1.2.0.1-B1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.mosip.authentication" % "authentication-childauthfilter-impl" % "1.2.0.1-B1"