License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
ArtifactId | ArtifactIdstout-authentication |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFermenter::Stout::Authentication
Provides authentication for Stout applications, building on shiro/pac4j funcitonality
|
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-authentication/ -->
<dependency>
<groupId>org.bitbucket.askllc.fermenter.stout</groupId>
<artifactId>stout-authentication</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-authentication/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-authentication:2.4.0'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-authentication/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-authentication:2.4.0")
'org.bitbucket.askllc.fermenter.stout:stout-authentication:jar:2.4.0'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-authentication" rev="2.4.0">
<artifact name="stout-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-authentication', version='2.4.0')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-authentication" % "2.4.0"
[org.bitbucket.askllc.fermenter.stout/stout-authentication "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
io.buji : buji-pac4j | jar | 5.0.1 |
org.pac4j : jee-pac4j | jar | 5.0.0 |
org.pac4j : pac4j-oidc | jar | 4.0.3 |
org.pac4j : pac4j-http | jar | 4.0.3 |
org.pac4j : pac4j-core | jar | 4.0.3 |
org.bitbucket.askllc.fermenter.stout : stout-core | jar | 2.4.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.springframework : spring-context | jar | 5.2.8.RELEASE |
org.springframework : spring-web | jar | 5.2.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |