org.zalando.stups:stups-spring-oauth2-common

Parent pom.xml that can be used by STUPS Maven projects

License

License

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

org.zalando.stups
ArtifactId

ArtifactId

stups-spring-oauth2-common
Last Version

Last Version

1.0.24
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom.xml that can be used by STUPS Maven projects
Project Organization

Project Organization

Zalando SE

Download stups-spring-oauth2-common

How to add to project

<!-- https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-common/ -->
<dependency>
    <groupId>org.zalando.stups</groupId>
    <artifactId>stups-spring-oauth2-common</artifactId>
    <version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-common/
implementation 'org.zalando.stups:stups-spring-oauth2-common:1.0.24'
// https://jarcasting.com/artifacts/org.zalando.stups/stups-spring-oauth2-common/
implementation ("org.zalando.stups:stups-spring-oauth2-common:1.0.24")
'org.zalando.stups:stups-spring-oauth2-common:jar:1.0.24'
<dependency org="org.zalando.stups" name="stups-spring-oauth2-common" rev="1.0.24">
  <artifact name="stups-spring-oauth2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='stups-spring-oauth2-common', version='1.0.24')
)
libraryDependencies += "org.zalando.stups" % "stups-spring-oauth2-common" % "1.0.24"
[org.zalando.stups/stups-spring-oauth2-common "1.0.24"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-web jar
org.apache.httpcomponents : httpclient Optional jar

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.

Spring-OAuth2 STUPS Support

Build Status codecov.io

Try Initializer

###Latest Release-Notes

Check the Release-Notes for the latest release here.

###Dependencies

Maven Central

When implementing clients with Spring you can use the following:

    <dependency>
        <groupId>org.zalando.stups</groupId>
        <artifactId>stups-spring-oauth2-client</artifactId>
        <version>${version}</version>
    </dependency>

For OAuth2 on the server use this one:

    <dependency>
        <groupId>org.zalando.stups</groupId>
        <artifactId>stups-spring-oauth2-server</artifactId>
        <version>${version}</version>
    </dependency>

Usage

Client:

Server:

License

Copyright © 2015 Zalando SE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

org.zalando.stups

STUPS by Zalando

THE PROJECTS IN THIS ORG ARE NO LONGER ACTIVELY MAINTAINED

Versions

Version
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15-GH-44
1.0.15-GH42-1
1.0.15
1.0.15.RC1
1.0.14
1.0.13
1.0.12
1.0.11
1.0.11-RC2
1.0.11-RC1
1.0.10