| License |
License |
|---|---|
| GroupId | GroupIdcom.hanzoy |
| ArtifactId | ArtifactIdutils |
| Version | Version3.1 |
| Type | Typejar |
| Description |
DescriptionJWTUtils
Fast token generation and parsing based on springboot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| utils-3.1.pom | |
| utils-3.1.jar | 13 KB |
| utils-3.1-sources.jar | 7 KB |
| utils-3.1-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hanzoy/utils/ -->
<dependency>
<groupId>com.hanzoy</groupId>
<artifactId>utils</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hanzoy/utils/
implementation 'com.hanzoy:utils:3.1'
// https://jarcasting.com/artifacts/com.hanzoy/utils/
implementation ("com.hanzoy:utils:3.1")
'com.hanzoy:utils:jar:3.1'
<dependency org="com.hanzoy" name="utils" rev="3.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hanzoy', module='utils', version='3.1')
)
libraryDependencies += "com.hanzoy" % "utils" % "3.1"
[com.hanzoy/utils "3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.4.1 |
| com.auth0 : java-jwt | jar | 3.11.0 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.1 |