oauth-client-starter

Oauth client starter for spring boot

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

xyz.tneciv
ArtifactId

ArtifactId

oauth-client-starter
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

oauth-client-starter
Oauth client starter for spring boot

Download oauth-client-starter

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.tneciv/oauth-client-starter/ -->
<dependency>
    <groupId>xyz.tneciv</groupId>
    <artifactId>oauth-client-starter</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/oauth-client-starter/
implementation 'xyz.tneciv:oauth-client-starter:2.0.2'
// https://jarcasting.com/artifacts/xyz.tneciv/oauth-client-starter/
implementation ("xyz.tneciv:oauth-client-starter:2.0.2")
'xyz.tneciv:oauth-client-starter:jar:2.0.2'
<dependency org="xyz.tneciv" name="oauth-client-starter" rev="2.0.2">
  <artifact name="oauth-client-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='oauth-client-starter', version='2.0.2')
)
libraryDependencies += "xyz.tneciv" % "oauth-client-starter" % "2.0.2"
[xyz.tneciv/oauth-client-starter "2.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.1.10.RELEASE
org.springframework.boot : spring-boot-starter jar 2.1.10.RELEASE
xyz.tneciv : common-core jar 2.0.0

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.10.RELEASE
org.projectlombok : lombok Optional jar 1.18.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
1.0.0
Qin.SR2
Qin.SR1
Han.SR1