License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdspring-boot-starter-auth |
Version | Version1.4.2.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-auth/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-auth</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-auth/
implementation 'cn.org.faster:spring-boot-starter-auth:1.4.2.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-auth/
implementation ("cn.org.faster:spring-boot-starter-auth:1.4.2.RELEASE")
'cn.org.faster:spring-boot-starter-auth:jar:1.4.2.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-auth" rev="1.4.2.RELEASE">
<artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-auth', version='1.4.2.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-auth" % "1.4.2.RELEASE"
[cn.org.faster/spring-boot-starter-auth "1.4.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.org.faster : faster-auth | jar | 1.4.2.RELEASE |
cn.org.faster : spring-boot-starter-web Optional | jar | 1.4.2.RELEASE |