License |
License |
---|---|
GroupId | GroupIdio.github.censodev |
ArtifactId | ArtifactIdjauth-utils |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAuth Utils
JAuth Utils is a Java library that simplifies JWT authentication wrap jjwt and supports Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jauth-utils-3.0.1.pom | |
jauth-utils-3.0.1.jar | 8 KB |
jauth-utils-3.0.1-sources.jar | 2 KB |
jauth-utils-3.0.1-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/ -->
<dependency>
<groupId>io.github.censodev</groupId>
<artifactId>jauth-utils</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation 'io.github.censodev:jauth-utils:3.0.1'
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation ("io.github.censodev:jauth-utils:3.0.1")
'io.github.censodev:jauth-utils:jar:3.0.1'
<dependency org="io.github.censodev" name="jauth-utils" rev="3.0.1">
<artifact name="jauth-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.censodev', module='jauth-utils', version='3.0.1')
)
libraryDependencies += "io.github.censodev" % "jauth-utils" % "3.0.1"
[io.github.censodev/jauth-utils "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt | jar | 0.9.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
org.projectlombok : lombok | jar | 1.18.22 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-security | jar | 2.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |