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

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

Лицензия

Лицензия

Категории

Категории

H2 Данные Базы данных OAuth2 Безопасность
Группа

Группа

org.zalando.stups
Идентификатор

Идентификатор

stups-spring-oauth2-common
Последняя версия

Последняя версия

1.0.24
Дата

Дата

Тип

Тип

jar
Описание

Описание

Parent pom.xml that can be used by STUPS Maven projects
Организация-разработчик

Организация-разработчик

Zalando SE

Скачать stups-spring-oauth2-common

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-web jar
org.apache.httpcomponents : httpclient Необязательный jar

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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