MVN

org.pac4j : pac4j-http

Maven & Gradle

Aug 04, 2023
167 usages
2.2k stars

pac4j for HTTP protocol

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

Latest Version

Choose a version of org.pac4j : pac4j-http 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-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
pac4j-http-6.0.0-RC8
pac4j-http-6.0.0-RC7
pac4j-http-6.0.0-RC6
pac4j-http-6.0.0-RC5
pac4j-http-6.0.0-RC4
pac4j-http-6.0.0-RC3
pac4j-http-6.0.0-RC2
pac4j-http-6.0.0-RC1
5.7.x
pac4j-http-5.7.1
pac4j-http-5.7.0
5.6.x
pac4j-http-5.6.1
pac4j-http-5.6.0
5.5.x
pac4j-http-5.5.0
5.4.x
pac4j-http-5.4.6
pac4j-http-5.4.5
pac4j-http-5.4.4
pac4j-http-5.4.3
pac4j-http-5.4.2
pac4j-http-5.4.1
pac4j-http-5.4.0
5.3.x
pac4j-http-5.3.1
pac4j-http-5.3.0
5.2.x
pac4j-http-5.2.1
pac4j-http-5.2.0
5.1.x
pac4j-http-5.1.5
pac4j-http-5.1.4
pac4j-http-5.1.3
pac4j-http-5.1.2
pac4j-http-5.1.1
pac4j-http-5.1.0
5.0.x
pac4j-http-5.0.1
pac4j-http-5.0.0
pac4j-http-5.0.0-RC2
pac4j-http-5.0.0-RC1
4.5.x
pac4j-http-4.5.7
pac4j-http-4.5.6
pac4j-http-4.5.5
pac4j-http-4.5.4
pac4j-http-4.5.3
pac4j-http-4.5.2
pac4j-http-4.5.1
pac4j-http-4.5.0
4.4.x
pac4j-http-4.4.0
4.3.x
pac4j-http-4.3.1
pac4j-http-4.3.0
4.2.x
pac4j-http-4.2.0
4.1.x
pac4j-http-4.1.0
4.0.x
pac4j-http-4.0.3
pac4j-http-4.0.2
pac4j-http-4.0.1
pac4j-http-4.0.0
pac4j-http-4.0.0-RC3
pac4j-http-4.0.0-RC2
pac4j-http-4.0.0-RC1
3.9.x
pac4j-http-3.9.0
3.8.x
pac4j-http-3.8.3
pac4j-http-3.8.2
pac4j-http-3.8.1
pac4j-http-3.8.0
3.7.x
pac4j-http-3.7.0
3.6.x
pac4j-http-3.6.1
pac4j-http-3.6.0
3.5.x
pac4j-http-3.5.0
3.4.x
pac4j-http-3.4.0
3.3.x
pac4j-http-3.3.0
3.2.x
pac4j-http-3.2.0
3.1.x
pac4j-http-3.1.0
3.0.x
pac4j-http-3.0.2
pac4j-http-3.0.1
pac4j-http-3.0.0
pac4j-http-3.0.0-RC2
pac4j-http-3.0.0-RC1
2.3.x
pac4j-http-2.3.1
pac4j-http-2.3.0
2.2.x
pac4j-http-2.2.1
pac4j-http-2.2.0
2.1.x
pac4j-http-2.1.0
2.0.x
pac4j-http-2.0.0
pac4j-http-2.0.0-RC2
pac4j-http-2.0.0-RC1
1.9.x
pac4j-http-1.9.9
pac4j-http-1.9.8
pac4j-http-1.9.7
pac4j-http-1.9.6
pac4j-http-1.9.5
pac4j-http-1.9.4
pac4j-http-1.9.3
pac4j-http-1.9.2
pac4j-http-1.9.1
pac4j-http-1.9.0
1.8.x
pac4j-http-1.8.9
pac4j-http-1.8.8
pac4j-http-1.8.7
pac4j-http-1.8.6
pac4j-http-1.8.5
pac4j-http-1.8.4
pac4j-http-1.8.3
pac4j-http-1.8.2
pac4j-http-1.8.1
pac4j-http-1.8.0
pac4j-http-1.8.0-RC1
1.7.x
pac4j-http-1.7.2
pac4j-http-1.7.1
pac4j-http-1.7.0
1.6.x
pac4j-http-1.6.0
pac4j-http-1.6.0-RC1
1.5.x
pac4j-http-1.5.1
pac4j-http-1.5.0
1.4.x
pac4j-http-1.4.1
pac4j-http-1.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "org.pac4j" % "pac4j-http" % "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

Jun 20, 2014
2 usages
5 stars
Aug 22, 2023
38 usages
35 stars
Jan 04, 2023
7 usages
1 stars
May 20, 2010
9 usages
Oct 29, 2022
22 usages
1 stars
Apr 28, 2016
17 usages
2.2k stars
Mar 31, 2014
4 usages
71 stars
Nov 19, 2020
12 usages
Sep 28, 2015
6 usages
0 stars