org.zalando.zauth:samples

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

License

License

GroupId

GroupId

org.zalando.zauth
ArtifactId

ArtifactId

samples
Last Version

Last Version

2.0.0.M1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

Zalando SE

Download samples

Filename Size
samples-2.0.0.M1.pom 762 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-social-zauth-signin-example

###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.

Versions

Version
2.0.0.M1
0.10.2
0.10.1
0.10.0
0.9.0