License |
License |
---|---|
GroupId | GroupIdfun.fengwk.jwt4j |
ArtifactId | ArtifactIdjwt4j |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfun.fengwk.jwt4j:jwt4j
JWT4J是JWT For Java的缩写,该类库是一个出于学习目实现的简单、小巧、可扩展的JWT实现库。
|
Project URL |
Project URL |
Filename | Size |
---|---|
jwt4j-0.0.4.pom | |
jwt4j-0.0.4.jar | 22 KB |
jwt4j-0.0.4-sources.jar | 13 KB |
jwt4j-0.0.4-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/ -->
<dependency>
<groupId>fun.fengwk.jwt4j</groupId>
<artifactId>jwt4j</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/
implementation 'fun.fengwk.jwt4j:jwt4j:0.0.4'
// https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/
implementation ("fun.fengwk.jwt4j:jwt4j:0.0.4")
'fun.fengwk.jwt4j:jwt4j:jar:0.0.4'
<dependency org="fun.fengwk.jwt4j" name="jwt4j" rev="0.0.4">
<artifact name="jwt4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.jwt4j', module='jwt4j', version='0.0.4')
)
libraryDependencies += "fun.fengwk.jwt4j" % "jwt4j" % "0.0.4"
[fun.fengwk.jwt4j/jwt4j "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson Optional | jar | 2.8.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |