License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdus.careydevelopment.ecosystem |
ArtifactId | ArtifactIdjwt-security |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJWT Security
Library for handling security-related concerns for the Carey Development ecosystem
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jwt-security-2.3.0.pom | |
jwt-security-2.3.0.jar | 28 KB |
jwt-security-2.3.0-sources.jar | 16 KB |
jwt-security-2.3.0-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/ -->
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>jwt-security</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/
implementation 'us.careydevelopment.ecosystem:jwt-security:2.3.0'
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/jwt-security/
implementation ("us.careydevelopment.ecosystem:jwt-security:2.3.0")
'us.careydevelopment.ecosystem:jwt-security:jar:2.3.0'
<dependency org="us.careydevelopment.ecosystem" name="jwt-security" rev="2.3.0">
<artifact name="jwt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.ecosystem', module='jwt-security', version='2.3.0')
)
libraryDependencies += "us.careydevelopment.ecosystem" % "jwt-security" % "2.3.0"
[us.careydevelopment.ecosystem/jwt-security "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.11 |
org.slf4j : slf4j-api | jar | 1.7.30 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
org.springframework.security : spring-security-core | jar | 5.4.3 |
org.springframework.security : spring-security-config | jar | 5.4.3 |
org.springframework.security : spring-security-oauth2-resource-server | jar | 5.4.3 |
org.springframework : spring-webmvc | jar | 5.3.7 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.46 |
us.careydevelopment.util : date-util | jar | 1.2.0-RELEASE |
us.careydevelopment.util : api-util | jar | 1.7.0 |
com.google.cloud : google-cloud-recaptchaenterprise | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |