Last Version

com.github.rebue.jwt:jwt 1.1.0

JWT签名及验证服务器

License

License

GroupId

GroupId

com.github.rebue.jwt
ArtifactId

ArtifactId

jwt
Version

Version

1.1.0
Type

Type

pom
Description

Description

JWT签名及验证服务器

Download jwt 1.1.0

Filename Size
jwt-1.1.0.pom 881 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.rebue.jwt/jwt/ -->
<dependency>
    <groupId>com.github.rebue.jwt</groupId>
    <artifactId>jwt</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.jwt/jwt/
implementation 'com.github.rebue.jwt:jwt:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.jwt/jwt/
implementation ("com.github.rebue.jwt:jwt:1.1.0")
'com.github.rebue.jwt:jwt:pom:1.1.0'
<dependency org="com.github.rebue.jwt" name="jwt" rev="1.1.0">
  <artifact name="jwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.jwt', module='jwt', version='1.1.0')
)
libraryDependencies += "com.github.rebue.jwt" % "jwt" % "1.1.0"
[com.github.rebue.jwt/jwt "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jwt-api
  • jwt-svr
  • jwt-svr-feign