| License |
License |
|---|---|
| Categories |
Categoriespac4j Security |
| GroupId | GroupIdorg.pac4j |
| ArtifactId | ArtifactIdpac4j-http |
| Version | Version5.1.0 |
| Type | Typejar |
| Description |
Descriptionpac4j for HTTP protocol
Profile & Authentication Client for Java
|
| Filename | Size |
|---|---|
| pac4j-http-5.1.0.pom | |
| pac4j-http-5.1.0.jar | 45 KB |
| pac4j-http-5.1.0-tests.jar | 39 KB |
| pac4j-http-5.1.0-test-sources.jar | 20 KB |
| pac4j-http-5.1.0-test-javadoc.jar | 513 KB |
| pac4j-http-5.1.0-sources.jar | 27 KB |
| pac4j-http-5.1.0-javadoc.jar | 579 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pac4j/pac4j-http/ -->
<dependency>
<groupId>org.pac4j</groupId>
<artifactId>pac4j-http</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pac4j/pac4j-http/
implementation 'org.pac4j:pac4j-http:5.1.0'
// https://jarcasting.com/artifacts/org.pac4j/pac4j-http/
implementation ("org.pac4j:pac4j-http:5.1.0")
'org.pac4j:pac4j-http:jar:5.1.0'
<dependency org="org.pac4j" name="pac4j-http" rev="5.1.0">
<artifact name="pac4j-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pac4j', module='pac4j-http', version='5.1.0')
)
libraryDependencies += "org.pac4j" % "pac4j-http" % "5.1.0"
[org.pac4j/pac4j-http "5.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.pac4j : pac4j-core | jar | 5.1.0 |
| commons-codec : commons-codec Optional | jar | 1.15 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.pac4j : pac4j-core | test-jar | 5.1.0 |
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.mockito : mockito-core | jar | 3.10.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| org.nanohttpd : nanohttpd | jar | 2.3.1 |