License |
License |
---|---|
GroupId | GroupIdcom.infilos |
ArtifactId | ArtifactIdrelax-auth-core |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJWT based authentication and ABAC based authorization.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
relax-auth-core-0.7.0.pom | |
relax-auth-core-0.7.0.jar | 62 KB |
relax-auth-core-0.7.0-sources.jar | 33 KB |
relax-auth-core-0.7.0-javadoc.jar | 702 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infilos/relax-auth-core/ -->
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-auth-core</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infilos/relax-auth-core/
implementation 'com.infilos:relax-auth-core:0.7.0'
// https://jarcasting.com/artifacts/com.infilos/relax-auth-core/
implementation ("com.infilos:relax-auth-core:0.7.0")
'com.infilos:relax-auth-core:jar:0.7.0'
<dependency org="com.infilos" name="relax-auth-core" rev="0.7.0">
<artifact name="relax-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infilos', module='relax-auth-core', version='0.7.0')
)
libraryDependencies += "com.infilos" % "relax-auth-core" % "0.7.0"
[com.infilos/relax-auth-core "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | |
org.springframework : spring-webmvc | jar | |
javax.servlet : javax.servlet-api | jar | |
org.pac4j : pac4j-jwt | jar | |
org.pac4j : pac4j-http | jar | |
org.pac4j : pac4j-cas | jar | |
org.pac4j : pac4j-oauth | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |