License |
License |
---|---|
Categories |
CategoriesSecurity CLI User Interface |
GroupId | GroupIdcom.github.leleuj.springframework.security |
ArtifactId | ArtifactIdspring-security-oauth-client |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionSpring Security OAuth Client
Add OAuth client support to Spring Security using ScribeUP library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.leleuj.springframework.security/spring-security-oauth-client/ -->
<dependency>
<groupId>com.github.leleuj.springframework.security</groupId>
<artifactId>spring-security-oauth-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leleuj.springframework.security/spring-security-oauth-client/
implementation 'com.github.leleuj.springframework.security:spring-security-oauth-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.leleuj.springframework.security/spring-security-oauth-client/
implementation ("com.github.leleuj.springframework.security:spring-security-oauth-client:1.1.0")
'com.github.leleuj.springframework.security:spring-security-oauth-client:jar:1.1.0'
<dependency org="com.github.leleuj.springframework.security" name="spring-security-oauth-client" rev="1.1.0">
<artifact name="spring-security-oauth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leleuj.springframework.security', module='spring-security-oauth-client', version='1.1.0')
)
libraryDependencies += "com.github.leleuj.springframework.security" % "spring-security-oauth-client" % "1.1.0"
[com.github.leleuj.springframework.security/spring-security-oauth-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-web | jar | 3.1.0.RELEASE |
org.scribe : scribe-up | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |