MVN

at.molindo.social : spring-social-openid

Maven & Gradle

Dec 09, 2015
5 stars

OpenID authentication for spring-social

<dependency>
    <groupId>at.molindo.social</groupId>
    <artifactId>spring-social-openid</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.molindo.social : spring-social-openid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1.RELEASE

All Versions

Choose a version of at.molindo.social : spring-social-openid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-social-openid-1.1.1.RELEASE
spring-social-openid-1.1.0.RELEASE
spring-social-openid-1.1.0.M4

How to add a dependency to Maven

Add the following at.molindo.social : spring-social-openid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.molindo.social</groupId>
    <artifactId>spring-social-openid</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.molindo.social : spring-social-openid gradle dependency to your build.gradle file:

implementation 'at.molindo.social:spring-social-openid:1.1.1.RELEASE'

Gradle Kotlin DSL: Add the following at.molindo.social : spring-social-openid gradle kotlin dependency to your build.gradle.kts file:

implementation("at.molindo.social:spring-social-openid:1.1.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.molindo.social : spring-social-openid sbt scala dependency to your build.sbt file:

libraryDependencies += "at.molindo.social" % "spring-social-openid" % "1.1.1.RELEASE"