jdevelops-authentication-cjwt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.jdevelops</groupId>
<artifactId>jdevelops-authentication-cjwt</artifactId>
<version>2.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.jdevelops</groupId>
<artifactId>jdevelops-authentication-jwt</artifactId>
<version>2.0.7</version>
</parent>
<groupId>cn.jdevelops</groupId>
<artifactId>jdevelops-authentication-cjwt</artifactId>
<version>2.0.7</version>
<description>jwt认证</description>
<licenses>
<license>
<name>MIT License</name>
<url>https://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>cn.jdevelops</groupId>
<artifactId>jdevelops-util-jwt</artifactId>
</dependency>
<dependency>
<groupId>cn.jdevelops</groupId>
<artifactId>jdevelops-spi</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>