License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdgroup.flyfish.oauth |
ArtifactId | ArtifactIdoauth-spring-oauth2-sample |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-oauth2-sample/ -->
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-spring-oauth2-sample</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-oauth2-sample/
implementation 'group.flyfish.oauth:oauth-spring-oauth2-sample:1.0.2'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-oauth2-sample/
implementation ("group.flyfish.oauth:oauth-spring-oauth2-sample:1.0.2")
'group.flyfish.oauth:oauth-spring-oauth2-sample:jar:1.0.2'
<dependency org="group.flyfish.oauth" name="oauth-spring-oauth2-sample" rev="1.0.2">
<artifact name="oauth-spring-oauth2-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-spring-oauth2-sample', version='1.0.2')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-spring-oauth2-sample" % "1.0.2"
[group.flyfish.oauth/oauth-spring-oauth2-sample "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security.oauth : spring-security-oauth2 | jar | 2.3.4.RELEASE |
org.springframework.security : spring-security-jwt | jar | 1.1.1.RELEASE |
group.flyfish.oauth : oauth-spring-boot | jar | 1.0.2 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.1.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.9.RELEASE |
org.projectlombok : lombok | jar | 1.18.8 |