| Categories | CategoriesH2 Data Databases OAuth2 Security | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-starter-oauth2 | 
| Version | Version1.0.6.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-oauth2/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-oauth2</artifactId>
    <version>1.0.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-oauth2/
implementation 'org.springframework.cloud:spring-cloud-starter-oauth2:1.0.6.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-oauth2/
implementation ("org.springframework.cloud:spring-cloud-starter-oauth2:1.0.6.RELEASE")'org.springframework.cloud:spring-cloud-starter-oauth2:jar:1.0.6.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-starter-oauth2" rev="1.0.6.RELEASE">
  <artifact name="spring-cloud-starter-oauth2" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-oauth2', version='1.0.6.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-oauth2" % "1.0.6.RELEASE"[org.springframework.cloud/spring-cloud-starter-oauth2 "1.0.6.RELEASE"]