Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.houbbbbb |
ArtifactId | ArtifactIdsso-spring-boot-starter |
Version | Version2.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.houbbbbb/sso-spring-boot-starter/ -->
<dependency>
<groupId>com.github.houbbbbb</groupId>
<artifactId>sso-spring-boot-starter</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbbbbb/sso-spring-boot-starter/
implementation 'com.github.houbbbbb:sso-spring-boot-starter:2.3.6'
// https://jarcasting.com/artifacts/com.github.houbbbbb/sso-spring-boot-starter/
implementation ("com.github.houbbbbb:sso-spring-boot-starter:2.3.6")
'com.github.houbbbbb:sso-spring-boot-starter:jar:2.3.6'
<dependency org="com.github.houbbbbb" name="sso-spring-boot-starter" rev="2.3.6">
<artifact name="sso-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbbbbb', module='sso-spring-boot-starter', version='2.3.6')
)
libraryDependencies += "com.github.houbbbbb" % "sso-spring-boot-starter" % "2.3.6"
[com.github.houbbbbb/sso-spring-boot-starter "2.3.6"]