License |
License |
---|---|
Categories |
CategoriesH2 Data Databases Security OAuth2 |
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-oauth2-core |
Last Version | Last Version5.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-security-oauth2-core
Spring Security
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-oauth2-core/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-core</artifactId>
<version>5.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-oauth2-core/
implementation 'org.springframework.security:spring-security-oauth2-core:5.7.2'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-oauth2-core/
implementation ("org.springframework.security:spring-security-oauth2-core:5.7.2")
'org.springframework.security:spring-security-oauth2-core:jar:5.7.2'
<dependency org="org.springframework.security" name="spring-security-oauth2-core" rev="5.7.2">
<artifact name="spring-security-oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-oauth2-core', version='5.7.2')
)
libraryDependencies += "org.springframework.security" % "spring-security-oauth2-core" % "5.7.2"
[org.springframework.security/spring-security-oauth2-core "5.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-core | jar | 5.7.2 |
org.springframework : spring-core | jar | 5.3.21 |
org.springframework : spring-web | jar | 5.3.21 |