| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices H2 Data Databases OAuth2 Security | 
| GroupId | GroupIdcom.lmaye | 
| ArtifactId | ArtifactIdspring-boot-starter-data-oauth2 | 
| Version | Version1.0.1-RELEASE | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-data-oauth2 OAuth2 Resource Service Stater project for Spring Boot | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-oauth2/ -->
<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>spring-boot-starter-data-oauth2</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-oauth2/
implementation 'com.lmaye:spring-boot-starter-data-oauth2:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-oauth2/
implementation ("com.lmaye:spring-boot-starter-data-oauth2:1.0.1-RELEASE")'com.lmaye:spring-boot-starter-data-oauth2:jar:1.0.1-RELEASE'<dependency org="com.lmaye" name="spring-boot-starter-data-oauth2" rev="1.0.1-RELEASE">
  <artifact name="spring-boot-starter-data-oauth2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lmaye', module='spring-boot-starter-data-oauth2', version='1.0.1-RELEASE')
)libraryDependencies += "com.lmaye" % "spring-boot-starter-data-oauth2" % "1.0.1-RELEASE"[com.lmaye/spring-boot-starter-data-oauth2 "1.0.1-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.14 | 
| com.lmaye : app-common Optional | jar | 1.0.11-RELEASE | 
| com.lmaye : spring-boot-starter-data-web Optional | jar | 1.0.13-RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.2.RELEASE | 
| org.springframework.cloud : spring-cloud-starter-oauth2 | jar | 2.2.5.RELEASE |