| 组织ID: |
org.springframework.boot |
| 项目ID: |
spring-boot-starter-oauth2-resource-server |
| 版本: |
2.1.2.RELEASE |
| 最后修改时间: |
2019-01-14 17:55:49 |
| 包类型: |
jar |
| 标题: |
Spring Boot OAuth2 Resource Server Starter |
| 描述: |
Starter for using Spring Security's OAuth2 resource server features |
| 相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-oauth2-resource-server |
| 大小: |
0.42KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.1.2.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>2.1.2.RELEASE</version>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>2.1.2.RELEASE</version>
<name>Spring Boot OAuth2 Resource Server Starter</name>
<description>Starter for using Spring Security's OAuth2 resource server features</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-oauth2-resource-server</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/spring-boot-starters/spring-boot-starter-oauth2-resource-server</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot-starters/spring-boot-starter-oauth2-resource-server</developerConnection>
<url>http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-oauth2-resource-server</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
|
| 依赖Jar: |
spring-boot-starter-2.1.2.RELEASE.jar
/org.springframework.boot/spring-boot-starter/2.1.2.RELEASE
查看spring-boot-starter所有版本文件
spring-security-config-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-config/5.1.3.RELEASE
查看spring-security-config所有版本文件
spring-security-core-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-core/5.1.3.RELEASE
查看spring-security-core所有版本文件
spring-security-oauth2-resource-server-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-oauth2-resource-server/5.1.3.RELEASE
查看spring-security-oauth2-resource-server所有版本文件
spring-security-oauth2-jose-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-oauth2-jose/5.1.3.RELEASE
查看spring-security-oauth2-jose所有版本文件
|