MVN

com.ixortalk : ixortalk-oauth2-spring-boot-starter

Maven & Gradle

Mar 04, 2021
7 usages
0 stars

ixortalk-oauth2-spring-boot-starter/ · IxorTalk OAuth2 Spring Boot Starter

<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-oauth2-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ixortalk : ixortalk-oauth2-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.ixortalk : ixortalk-oauth2-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ixortalk-oauth2-spring-boot-starter-1.1.1
ixortalk-oauth2-spring-boot-starter-1.1.0
1.0.x
ixortalk-oauth2-spring-boot-starter-1.0.10
ixortalk-oauth2-spring-boot-starter-1.0.9
ixortalk-oauth2-spring-boot-starter-1.0.8
ixortalk-oauth2-spring-boot-starter-1.0.7
ixortalk-oauth2-spring-boot-starter-1.0.6
ixortalk-oauth2-spring-boot-starter-1.0.5
ixortalk-oauth2-spring-boot-starter-1.0.4
ixortalk-oauth2-spring-boot-starter-1.0.3
ixortalk-oauth2-spring-boot-starter-1.0.2
ixortalk-oauth2-spring-boot-starter-1.0.1
ixortalk-oauth2-spring-boot-starter-1.0.0
0.0.x
ixortalk-oauth2-spring-boot-starter-0.0.14
ixortalk-oauth2-spring-boot-starter-0.0.13
ixortalk-oauth2-spring-boot-starter-0.0.12
ixortalk-oauth2-spring-boot-starter-0.0.11
ixortalk-oauth2-spring-boot-starter-0.0.10
ixortalk-oauth2-spring-boot-starter-0.0.9
ixortalk-oauth2-spring-boot-starter-0.0.8
ixortalk-oauth2-spring-boot-starter-0.0.7
ixortalk-oauth2-spring-boot-starter-0.0.6
ixortalk-oauth2-spring-boot-starter-0.0.5
ixortalk-oauth2-spring-boot-starter-0.0.4
ixortalk-oauth2-spring-boot-starter-0.0.3
ixortalk-oauth2-spring-boot-starter-0.0.2
ixortalk-oauth2-spring-boot-starter-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-oauth2-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ixortalk : ixortalk-oauth2-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.ixortalk:ixortalk-oauth2-spring-boot-starter:1.1.1'

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

implementation("com.ixortalk:ixortalk-oauth2-spring-boot-starter:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ixortalk : ixortalk-oauth2-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ixortalk" % "ixortalk-oauth2-spring-boot-starter" % "1.1.1"

Advertisement