License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdio.github.easy-do |
ArtifactId | ArtifactIdoauth2-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoauth2-core
Demo project for Spring Boot
|
Filename | Size |
---|---|
oauth2-core-1.0.0.pom | |
oauth2-core-1.0.0.jar | 9 KB |
oauth2-core-1.0.0-sources.jar | 6 KB |
oauth2-core-1.0.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/ -->
<dependency>
<groupId>io.github.easy-do</groupId>
<artifactId>oauth2-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/
implementation 'io.github.easy-do:oauth2-core:1.0.0'
// https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/
implementation ("io.github.easy-do:oauth2-core:1.0.0")
'io.github.easy-do:oauth2-core:jar:1.0.0'
<dependency org="io.github.easy-do" name="oauth2-core" rev="1.0.0">
<artifact name="oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.easy-do', module='oauth2-core', version='1.0.0')
)
libraryDependencies += "io.github.easy-do" % "oauth2-core" % "1.0.0"
[io.github.easy-do/oauth2-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.easy-do : easy-do-core | jar | 1.0.0 |
org.springframework.security.oauth.boot : spring-security-oauth2-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-oauth2-resource-server | jar | |
org.springframework.boot : spring-boot-starter-oauth2-client | jar |