License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdgroup.flyfish.oauth |
ArtifactId | ArtifactIdoauth-spring-security-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-security-sample/ -->
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-spring-security-sample</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-security-sample/
implementation 'group.flyfish.oauth:oauth-spring-security-sample:1.0.2'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-security-sample/
implementation ("group.flyfish.oauth:oauth-spring-security-sample:1.0.2")
'group.flyfish.oauth:oauth-spring-security-sample:jar:1.0.2'
<dependency org="group.flyfish.oauth" name="oauth-spring-security-sample" rev="1.0.2">
<artifact name="oauth-spring-security-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-spring-security-sample', version='1.0.2')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-spring-security-sample" % "1.0.2"
[group.flyfish.oauth/oauth-spring-security-sample "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
group.flyfish.oauth : oauth-spring-security | jar | 1.0.2 |
org.springframework.boot : spring-boot-starter-security | jar | 2.1.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.9.RELEASE |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.1.9.RELEASE |
org.projectlombok : lombok | jar | 1.18.8 |