MVN

net.skobow : oauth2-restclient-spring-boot-autoconfigure

Maven & Gradle

Jan 08, 2019
1 usages
1 stars

OAuth2RestClient · Lean and easy to use OAuth2 enabled and Spring Boot powered REST client to interact with secured APIs

<dependency>
    <groupId>net.skobow</groupId>
    <artifactId>oauth2-restclient-spring-boot-autoconfigure</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.skobow : oauth2-restclient-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of net.skobow : oauth2-restclient-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
oauth2-restclient-spring-boot-autoconfigure-0.3.0
0.2.x
oauth2-restclient-spring-boot-autoconfigure-0.2.1
oauth2-restclient-spring-boot-autoconfigure-0.2.0
0.1.x
oauth2-restclient-spring-boot-autoconfigure-0.1.2
oauth2-restclient-spring-boot-autoconfigure-0.1.1
oauth2-restclient-spring-boot-autoconfigure-0.1.0

How to add a dependency to Maven

Add the following net.skobow : oauth2-restclient-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.skobow</groupId>
    <artifactId>oauth2-restclient-spring-boot-autoconfigure</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.skobow : oauth2-restclient-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'net.skobow:oauth2-restclient-spring-boot-autoconfigure:0.3.0'

Gradle Kotlin DSL: Add the following net.skobow : oauth2-restclient-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("net.skobow:oauth2-restclient-spring-boot-autoconfigure:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.skobow : oauth2-restclient-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "net.skobow" % "oauth2-restclient-spring-boot-autoconfigure" % "0.3.0"

Advertisement