org.zalando.zauth:spring-social-zauth

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

Лицензия

Лицензия

Группа

Группа

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

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

spring-social-zauth
Последняя версия

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

2.0.0.M1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

Zalando SE

Скачать spring-social-zauth

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.9.5
org.springframework : spring-web jar 5.0.6.RELEASE
org.springframework : spring-webmvc jar 5.0.6.RELEASE
org.springframework : spring-tx jar 5.0.6.RELEASE
org.springframework.security : spring-security-web jar 5.0.5.RELEASE
org.springframework.security : spring-security-config jar 5.0.5.RELEASE
org.springframework.security : spring-security-crypto jar 5.0.5.RELEASE
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api Необязательный jar 3.1.0

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

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

###Spring-Social-ZAuth

Spring-Social integration to use ZAuth for Authentication in a Spring-Application together with Spring-Security.

###How to build

Clone the repo:

git clone https://github.com/zalando/spring-social-zauth.git

Then build with Maven-Wrapper (if you are bound to Maven version 3.0.5 to be installed on your machine):

./mvnw install

.. or when you are hopefully not bound to this anymore and Maven installed >= 3.3.x

mvn install

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.

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

Версия
2.0.0.M1
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0