is not current version
Last Version 1.0.0

io.github.easy-do:oauth2-core 0.0.3

Demo project for Spring Boot

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

io.github.easy-do
ArtifactId

ArtifactId

oauth2-core
Version

Version

0.0.3
Type

Type

jar

Download oauth2-core 0.0.3


<!-- https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/ -->
<dependency>
    <groupId>io.github.easy-do</groupId>
    <artifactId>oauth2-core</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/
implementation 'io.github.easy-do:oauth2-core:0.0.3'
// https://jarcasting.com/artifacts/io.github.easy-do/oauth2-core/
implementation ("io.github.easy-do:oauth2-core:0.0.3")
'io.github.easy-do:oauth2-core:jar:0.0.3'
<dependency org="io.github.easy-do" name="oauth2-core" rev="0.0.3">
  <artifact name="oauth2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.easy-do', module='oauth2-core', version='0.0.3')
)
libraryDependencies += "io.github.easy-do" % "oauth2-core" % "0.0.3"
[io.github.easy-do/oauth2-core "0.0.3"]