License |
License |
---|---|
GroupId | GroupIdio.github.censodev |
ArtifactId | ArtifactIdjauth-utils |
Version | Version1.0.1 |
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-1.0.1.pom | |
jauth-utils-1.0.1.jar | 8 KB |
jauth-utils-1.0.1-sources.jar | 2 KB |
jauth-utils-1.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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation 'io.github.censodev:jauth-utils:1.0.1'
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation ("io.github.censodev:jauth-utils:1.0.1")
'io.github.censodev:jauth-utils:jar:1.0.1'
<dependency org="io.github.censodev" name="jauth-utils" rev="1.0.1">
<artifact name="jauth-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.censodev', module='jauth-utils', version='1.0.1')
)
libraryDependencies += "io.github.censodev" % "jauth-utils" % "1.0.1"
[io.github.censodev/jauth-utils "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt | jar | 0.9.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.5 |
org.projectlombok : lombok | jar | 1.18.20 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
org.springframework : spring-web | jar | 5.3.9 |
javax.servlet : servlet-api | jar | 2.5 |
org.springframework.security : spring-security-core | jar | 5.5.1 |