MVN

com.github.houbbbbb : sso-spring-boot-starter

Maven & Gradle

Jul 16, 2021
59.1k stars

sso-spring-boot-starter · sso client

<dependency>
    <groupId>com.github.houbbbbb</groupId>
    <artifactId>sso-spring-boot-starter</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbbbbb : sso-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of com.github.houbbbbb : sso-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
sso-spring-boot-starter-2.3.8
sso-spring-boot-starter-2.3.7
sso-spring-boot-starter-2.3.6
sso-spring-boot-starter-2.3.5
sso-spring-boot-starter-2.3.4
sso-spring-boot-starter-2.3.3
sso-spring-boot-starter-2.3.2
sso-spring-boot-starter-2.3.1
2.2.x
sso-spring-boot-starter-2.2.0
2.1.x
sso-spring-boot-starter-2.1.0
2.0.x
sso-spring-boot-starter-2.0.2
sso-spring-boot-starter-2.0.1
sso-spring-boot-starter-2.0.0
1.0.x
sso-spring-boot-starter-1.0.1
sso-spring-boot-starter-1.0.0
0.6.x
sso-spring-boot-starter-0.6.7
sso-spring-boot-starter-0.6.5
sso-spring-boot-starter-0.6.4
sso-spring-boot-starter-0.6.3
sso-spring-boot-starter-0.6.2
sso-spring-boot-starter-0.6.1
sso-spring-boot-starter-0.6.0
0.5.x
sso-spring-boot-starter-0.5.9
sso-spring-boot-starter-0.5.8
sso-spring-boot-starter-0.5.7
sso-spring-boot-starter-0.5.6
sso-spring-boot-starter-0.5.5
sso-spring-boot-starter-0.5.4
sso-spring-boot-starter-0.5.3
sso-spring-boot-starter-0.5.2
sso-spring-boot-starter-0.5.1
sso-spring-boot-starter-0.5.0
0.4.x
sso-spring-boot-starter-0.4.9
sso-spring-boot-starter-0.4.8
sso-spring-boot-starter-0.4.7
sso-spring-boot-starter-0.4.6
0.3.x
sso-spring-boot-starter-0.3.6
sso-spring-boot-starter-0.3.5
sso-spring-boot-starter-0.3.0
0.2.x
sso-spring-boot-starter-0.2.9
sso-spring-boot-starter-0.2.8
sso-spring-boot-starter-0.2.6
sso-spring-boot-starter-0.2.5
sso-spring-boot-starter-0.2.4
sso-spring-boot-starter-0.2.3
sso-spring-boot-starter-0.2.2
sso-spring-boot-starter-0.2.1
sso-spring-boot-starter-0.2.0
0.1.x
sso-spring-boot-starter-0.1.9
sso-spring-boot-starter-0.1.8
sso-spring-boot-starter-0.1.7
sso-spring-boot-starter-0.1.5
sso-spring-boot-starter-0.1.4
sso-spring-boot-starter-0.1.3
sso-spring-boot-starter-0.1.2
sso-spring-boot-starter-0.1.1
sso-spring-boot-starter-0.1.0
0.0.x
sso-spring-boot-starter-0.0.9
sso-spring-boot-starter-0.0.8
sso-spring-boot-starter-0.0.7
sso-spring-boot-starter-0.0.6
sso-spring-boot-starter-0.0.5
sso-spring-boot-starter-0.0.4
sso-spring-boot-starter-0.0.3
sso-spring-boot-starter-0.0.2
sso-spring-boot-starter-0.0.1

How to add a dependency to Maven

Add the following com.github.houbbbbb : sso-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.houbbbbb</groupId>
    <artifactId>sso-spring-boot-starter</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.houbbbbb : sso-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.houbbbbb:sso-spring-boot-starter:2.3.8'

Gradle Kotlin DSL: Add the following com.github.houbbbbb : sso-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.houbbbbb:sso-spring-boot-starter:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.houbbbbb : sso-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.houbbbbb" % "sso-spring-boot-starter" % "2.3.8"