License |
License |
---|---|
GroupId | GroupIdcom.github.jameszbl |
ArtifactId | ArtifactIdauthmore-resource-springboot-starter |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionAuthmore
A lightweight development kit for building OAuth2 open platform.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jameszbl/authmore-resource-springboot-starter/ -->
<dependency>
<groupId>com.github.jameszbl</groupId>
<artifactId>authmore-resource-springboot-starter</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-resource-springboot-starter/
implementation 'com.github.jameszbl:authmore-resource-springboot-starter:1.0.9'
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-resource-springboot-starter/
implementation ("com.github.jameszbl:authmore-resource-springboot-starter:1.0.9")
'com.github.jameszbl:authmore-resource-springboot-starter:jar:1.0.9'
<dependency org="com.github.jameszbl" name="authmore-resource-springboot-starter" rev="1.0.9">
<artifact name="authmore-resource-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jameszbl', module='authmore-resource-springboot-starter', version='1.0.9')
)
libraryDependencies += "com.github.jameszbl" % "authmore-resource-springboot-starter" % "1.0.9"
[com.github.jameszbl/authmore-resource-springboot-starter "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jameszbl : authmore-core | jar | 1.0.9 |
com.github.jameszbl : authmore-common | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 5.1.5.RELEASE |