| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.yupaits |
| ArtifactId | ArtifactIdjwt-helper |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
Descriptionjwt-helper
jwt辅助工具
|
| Filename | Size |
|---|---|
| jwt-helper-1.1.1.pom | |
| jwt-helper-1.1.1.jar | 8 KB |
| jwt-helper-1.1.1-sources.jar | 6 KB |
| jwt-helper-1.1.1-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/jwt-helper/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>jwt-helper</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/jwt-helper/
implementation 'com.yupaits:jwt-helper:1.1.1'
// https://jarcasting.com/artifacts/com.yupaits/jwt-helper/
implementation ("com.yupaits:jwt-helper:1.1.1")
'com.yupaits:jwt-helper:jar:1.1.1'
<dependency org="com.yupaits" name="jwt-helper" rev="1.1.1">
<artifact name="jwt-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='jwt-helper', version='1.1.1')
)
libraryDependencies += "com.yupaits" % "jwt-helper" % "1.1.1"
[com.yupaits/jwt-helper "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yupaits : yutool-commons | jar | 1.1.1 |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.5.RELEASE |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |