is not current version
Last Version 0.3.0

net.skobow:oauth2-restclient-spring-boot-starter 0.2.0

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

Categories

Categories

Spring Boot Container Microservices H2 Data Databases Net OAuth2 Security CLI User Interface
GroupId

GroupId

net.skobow
ArtifactId

ArtifactId

oauth2-restclient-spring-boot-starter
Version

Version

0.2.0
Type

Type

jar

Download oauth2-restclient-spring-boot-starter 0.2.0


<!-- https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-starter/ -->
<dependency>
    <groupId>net.skobow</groupId>
    <artifactId>oauth2-restclient-spring-boot-starter</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-starter/
implementation 'net.skobow:oauth2-restclient-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-starter/
implementation ("net.skobow:oauth2-restclient-spring-boot-starter:0.2.0")
'net.skobow:oauth2-restclient-spring-boot-starter:jar:0.2.0'
<dependency org="net.skobow" name="oauth2-restclient-spring-boot-starter" rev="0.2.0">
  <artifact name="oauth2-restclient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='oauth2-restclient-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "net.skobow" % "oauth2-restclient-spring-boot-starter" % "0.2.0"
[net.skobow/oauth2-restclient-spring-boot-starter "0.2.0"]