组织ID: |
org.springframework.security |
项目ID: |
spring-security-oauth2-jose |
版本: |
5.0.15.RELEASE |
最后修改时间: |
2020-04-17 15:54:13 |
包类型: |
jar |
标题: |
spring-security-oauth2-jose |
描述: |
spring-security-oauth2-jose |
相关URL: |
http://spring.io/spring-security |
大小: |
7.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<version>5.0.15.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-oauth2-jose:5.0.15.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<version>5.0.15.RELEASE</version>
<name>spring-security-oauth2-jose</name>
<description>spring-security-oauth2-jose</description>
<url>http://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>http://spring.io/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@pivotal.io</email>
</developer>
<developer>
<id>jgrandja</id>
<name>Joe Grandja</name>
<email>jgrandja@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<scope>compile</scope>
<version>5.14</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.0.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-core</artifactId>
<version>5.0.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<version>5.0.16.RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.18.3</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.0.16.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.oauth2.jwt.JwtException.class
org.springframework.security.oauth2.jwt.JwtClaimAccessor.class
org.springframework.security.oauth2.jwt.JwtDecoder.class
org.springframework.security.oauth2.jwt.JwtClaimNames.class
org.springframework.security.oauth2.jwt.NimbusJwtDecoderJwkSupport.class
org.springframework.security.oauth2.jwt.Jwt.class
org.springframework.security.oauth2.jose.jws.JwsAlgorithms.class
|
依赖Jar: |
nimbus-jose-jwt-5.14.jar
/com.nimbusds/nimbus-jose-jwt/5.14
查看nimbus-jose-jwt所有版本文件
spring-security-core-5.0.15.RELEASE.jar
/org.springframework.security/spring-security-core/5.0.15.RELEASE
查看spring-security-core所有版本文件
spring-security-oauth2-core-5.0.15.RELEASE.jar
/org.springframework.security/spring-security-oauth2-core/5.0.15.RELEASE
查看spring-security-oauth2-core所有版本文件
spring-core-5.0.16.RELEASE.jar
/org.springframework/spring-core/5.0.16.RELEASE
查看spring-core所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.11.1.jar
/org.assertj/assertj-core/3.11.1
查看assertj-core所有版本文件
mockito-core-2.18.3.jar
/org.mockito/mockito-core/2.18.3
查看mockito-core所有版本文件
powermock-api-mockito2-2.0.6.jar
/org.powermock/powermock-api-mockito2/2.0.6
查看powermock-api-mockito2所有版本文件
powermock-api-support-2.0.6.jar
/org.powermock/powermock-api-support/2.0.6
查看powermock-api-support所有版本文件
powermock-core-2.0.6.jar
/org.powermock/powermock-core/2.0.6
查看powermock-core所有版本文件
powermock-module-junit4-2.0.6.jar
/org.powermock/powermock-module-junit4/2.0.6
查看powermock-module-junit4所有版本文件
powermock-module-junit4-common-2.0.6.jar
/org.powermock/powermock-module-junit4-common/2.0.6
查看powermock-module-junit4-common所有版本文件
powermock-reflect-2.0.6.jar
/org.powermock/powermock-reflect/2.0.6
查看powermock-reflect所有版本文件
spring-test-5.0.16.RELEASE.jar
/org.springframework/spring-test/5.0.16.RELEASE
查看spring-test所有版本文件
|