MVN

com.republicate.modality : modality-webapp-auth

Maven & Gradle

Jan 20, 2023
1 usages

com.republicate.modality:modality-webapp-auth · Authentication Filters

<dependency>
    <groupId>com.republicate.modality</groupId>
    <artifactId>modality-webapp-auth</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.republicate.modality : modality-webapp-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of com.republicate.modality : modality-webapp-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
modality-webapp-auth-2.4
2.2
modality-webapp-auth-2.2
2.1.x
modality-webapp-auth-2.1.5
modality-webapp-auth-2.1.4
modality-webapp-auth-2.1.3
modality-webapp-auth-2.1.2
modality-webapp-auth-2.1.1
2.1
modality-webapp-auth-2.1
2.0.x
modality-webapp-auth-2.0.3
modality-webapp-auth-2.0.2
modality-webapp-auth-2.0.1
2.0
modality-webapp-auth-2.0
1.2.x
modality-webapp-auth-1.2.1
1.2
modality-webapp-auth-1.2
1.1
modality-webapp-auth-1.1
1.0
modality-webapp-auth-1.0

How to add a dependency to Maven

Add the following com.republicate.modality : modality-webapp-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.republicate.modality</groupId>
    <artifactId>modality-webapp-auth</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.republicate.modality : modality-webapp-auth gradle dependency to your build.gradle file:

implementation 'com.republicate.modality:modality-webapp-auth:2.4'

Gradle Kotlin DSL: Add the following com.republicate.modality : modality-webapp-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.republicate.modality:modality-webapp-auth:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.republicate.modality : modality-webapp-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.republicate.modality" % "modality-webapp-auth" % "2.4"