License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices H2 Data Databases OAuth2 Security |
GroupId | GroupIdru.mynewtons |
ArtifactId | ArtifactIdspring-boot-starter-oauth2 |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-oauth2
My Newtons OAuth2 starter
|
Project URL |
Project URL |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.199 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |
org.springframework.security : spring-security-test | jar |