License |
License |
---|---|
GroupId | GroupIdcom.github.xh32t03.framework |
ArtifactId | ArtifactIdauthorization |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauthorization
jwt authorization
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authorization-1.0.pom | |
authorization-1.0.jar | 13 KB |
authorization-1.0-sources.jar | 10 KB |
authorization-1.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xh32t03.framework/authorization/ -->
<dependency>
<groupId>com.github.xh32t03.framework</groupId>
<artifactId>authorization</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xh32t03.framework/authorization/
implementation 'com.github.xh32t03.framework:authorization:1.0'
// https://jarcasting.com/artifacts/com.github.xh32t03.framework/authorization/
implementation ("com.github.xh32t03.framework:authorization:1.0")
'com.github.xh32t03.framework:authorization:jar:1.0'
<dependency org="com.github.xh32t03.framework" name="authorization" rev="1.0">
<artifact name="authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xh32t03.framework', module='authorization', version='1.0')
)
libraryDependencies += "com.github.xh32t03.framework" % "authorization" % "1.0"
[com.github.xh32t03.framework/authorization "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.5.6 |
com.auth0 : java-jwt | jar | 3.18.0 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |