Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.coufran |
ArtifactId | ArtifactIdcoufran-spring-boot-starter-auth |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.coufran/coufran-spring-boot-starter-auth/ -->
<dependency>
<groupId>cn.coufran</groupId>
<artifactId>coufran-spring-boot-starter-auth</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.coufran/coufran-spring-boot-starter-auth/
implementation 'cn.coufran:coufran-spring-boot-starter-auth:1.2.0'
// https://jarcasting.com/artifacts/cn.coufran/coufran-spring-boot-starter-auth/
implementation ("cn.coufran:coufran-spring-boot-starter-auth:1.2.0")
'cn.coufran:coufran-spring-boot-starter-auth:jar:1.2.0'
<dependency org="cn.coufran" name="coufran-spring-boot-starter-auth" rev="1.2.0">
<artifact name="coufran-spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.coufran', module='coufran-spring-boot-starter-auth', version='1.2.0')
)
libraryDependencies += "cn.coufran" % "coufran-spring-boot-starter-auth" % "1.2.0"
[cn.coufran/coufran-spring-boot-starter-auth "1.2.0"]