com.github.rebue.jwt:jwt-svr

JWT签名及验证服务器

License

License

GroupId

GroupId

com.github.rebue.jwt
ArtifactId

ArtifactId

jwt-svr
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JWT签名及验证服务器

Download jwt-svr

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.github.rebue.jwt : jwt-api jar 1.1.0
com.github.rebue.wheel : wheel-turing jar
com.github.rebue.sbs : smx-spring-boot-starter jar
org.springframework.cloud : spring-cloud-starter-config jar
org.springframework.cloud : spring-cloud-starter-bus-amqp jar
org.springframework.cloud : spring-cloud-starter-netflix-hystrix jar
org.springframework.boot : spring-boot-starter-log4j2 jar 2.1.6.RELEASE
org.slf4j : jcl-over-slf4j jar 1.7.26
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client jar
org.springframework.boot : spring-boot-starter-aop jar 2.1.6.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.6.RELEASE
com.squareup.okhttp3 : okhttp jar

Project Modules

There are no modules declared in this project.

common-pom

[TOC]

1. 简介

maven项目常用pom.xml文件

2. 结构

                       spring-boot-starter-parent
                                   │
                                   │
                               common-pom
                                   │
    ┌───────┬────────┬─────────────┤
    │       │        │             │
    │       │        │             │
  wheel    mbgx   robotech         │
                                   │
                            sb-dependencies
                                   │
                        ┌──────────┤
                        │          │
                        │          │
                       sbs         │
                                   │
                               sb-parent
                                   │
                                   │
                                  scx

Versions

Version
1.1.0