MVN

org.pac4j : pac4j-springboot

Maven & Gradle

Aug 04, 2023
2.2k stars

pac4j for Spring Boot

<dependency>
    <groupId>org.pac4j</groupId>
    <artifactId>pac4j-springboot</artifactId>
    <version>5.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pac4j : pac4j-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.1
  • Latest Release Candidate: 6.0.0-RC8

All Versions

Choose a version of org.pac4j : pac4j-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
pac4j-springboot-6.0.0-RC8
pac4j-springboot-6.0.0-RC7
pac4j-springboot-6.0.0-RC6
pac4j-springboot-6.0.0-RC5
pac4j-springboot-6.0.0-RC4
pac4j-springboot-6.0.0-RC3
pac4j-springboot-6.0.0-RC2
pac4j-springboot-6.0.0-RC1
5.7.x
pac4j-springboot-5.7.1
pac4j-springboot-5.7.0
5.6.x
pac4j-springboot-5.6.1
pac4j-springboot-5.6.0
5.5.x
pac4j-springboot-5.5.0
5.4.x
pac4j-springboot-5.4.6
pac4j-springboot-5.4.5
pac4j-springboot-5.4.4
pac4j-springboot-5.4.3
pac4j-springboot-5.4.2
pac4j-springboot-5.4.1
pac4j-springboot-5.4.0
5.3.x
pac4j-springboot-5.3.1
pac4j-springboot-5.3.0
5.2.x
pac4j-springboot-5.2.1
pac4j-springboot-5.2.0
5.1.x
pac4j-springboot-5.1.5
pac4j-springboot-5.1.4
pac4j-springboot-5.1.3
pac4j-springboot-5.1.2
pac4j-springboot-5.1.1
pac4j-springboot-5.1.0
5.0.x
pac4j-springboot-5.0.1
pac4j-springboot-5.0.0
pac4j-springboot-5.0.0-RC2
pac4j-springboot-5.0.0-RC1
4.5.x
pac4j-springboot-4.5.7
pac4j-springboot-4.5.6
pac4j-springboot-4.5.5
pac4j-springboot-4.5.4
pac4j-springboot-4.5.3
pac4j-springboot-4.5.2
pac4j-springboot-4.5.1
pac4j-springboot-4.5.0
4.4.x
pac4j-springboot-4.4.0
4.3.x
pac4j-springboot-4.3.1
pac4j-springboot-4.3.0
4.2.x
pac4j-springboot-4.2.0
4.1.x
pac4j-springboot-4.1.0
4.0.x
pac4j-springboot-4.0.3
pac4j-springboot-4.0.2
pac4j-springboot-4.0.1
pac4j-springboot-4.0.0
pac4j-springboot-4.0.0-RC3
pac4j-springboot-4.0.0-RC2

How to add a dependency to Maven

Add the following org.pac4j : pac4j-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pac4j</groupId>
    <artifactId>pac4j-springboot</artifactId>
    <version>5.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pac4j : pac4j-springboot gradle dependency to your build.gradle file:

implementation 'org.pac4j:pac4j-springboot:5.7.1'

Gradle Kotlin DSL: Add the following org.pac4j : pac4j-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pac4j:pac4j-springboot:5.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pac4j : pac4j-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pac4j" % "pac4j-springboot" % "5.7.1"

Advertisement

Dependencies from Group

Aug 04, 2023
237 usages
2.2k stars
Aug 04, 2023
167 usages
2.2k stars
Aug 04, 2023
135 usages
2.2k stars
Aug 04, 2023
135 usages
2.2k stars
Aug 04, 2023
126 usages
2.2k stars

Discover Dependencies