License |
License |
---|---|
GroupId | GroupIdcom.whaleal.icefrog |
ArtifactId | ArtifactIdicefrog-jwt |
Version | Version1.1.71 |
Type | Typejar |
Description |
Descriptionicefrog-jwt
JWT生成、解析和验证实现
|
Filename | Size |
---|---|
icefrog-jwt-1.1.71.pom | |
icefrog-jwt-1.1.71.jar | 19 KB |
icefrog-jwt-1.1.71-sources.jar | 15 KB |
icefrog-jwt-1.1.71-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-jwt/ -->
<dependency>
<groupId>com.whaleal.icefrog</groupId>
<artifactId>icefrog-jwt</artifactId>
<version>1.1.71</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-jwt/
implementation 'com.whaleal.icefrog:icefrog-jwt:1.1.71'
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-jwt/
implementation ("com.whaleal.icefrog:icefrog-jwt:1.1.71")
'com.whaleal.icefrog:icefrog-jwt:jar:1.1.71'
<dependency org="com.whaleal.icefrog" name="icefrog-jwt" rev="1.1.71">
<artifact name="icefrog-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.icefrog', module='icefrog-jwt', version='1.1.71')
)
libraryDependencies += "com.whaleal.icefrog" % "icefrog-jwt" % "1.1.71"
[com.whaleal.icefrog/icefrog-jwt "1.1.71"]
Group / Artifact | Type | Version |
---|---|---|
com.whaleal.icefrog : icefrog-json | jar | 1.1.71 |
com.whaleal.icefrog : icefrog-crypto | jar | 1.1.71 |
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15to18 | jar | 1.70 |
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.22 |