Last Version

spring-boot-starter-oauth2 1.0.9

My Newtons OAuth2 starter

License

License

Categories

Categories

Spring Boot Container Microservices H2 Data Databases OAuth2 Security
GroupId

GroupId

ru.mynewtons
ArtifactId

ArtifactId

spring-boot-starter-oauth2
Version

Version

1.0.9
Type

Type

jar
Description

Description

spring-boot-starter-oauth2
My Newtons OAuth2 starter
Project URL

Project URL

https://mynewtons.ru

Download spring-boot-starter-oauth2 1.0.9


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

Dependencies

compile (17)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-jdbc jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.projectlombok : lombok Optional jar 1.18.8
io.swagger : swagger-annotations jar 1.5.17
org.springframework.security.oauth : spring-security-oauth2 jar 2.3.6.RELEASE
org.apache.commons : commons-lang3 jar 3.6
commons-codec : commons-codec jar 1.9
commons-io : commons-io jar 2.4
org.apache.commons : commons-text jar 1.1
org.apache.commons : commons-collections4 jar 4.1
javax.validation : validation-api jar 2.0.1.Final
org.hibernate : hibernate-validator jar 5.4.1.Final

runtime (1)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.199

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.6.RELEASE
org.springframework.security : spring-security-test jar

Project Modules

There are no modules declared in this project.