is not current version
Last Version 1.0.5

com.itheima.em.auth:itcast-auth-spring-boot-starter 1.0

基于itcast-auth-server的restful接口实现的Java SDK的封装。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.itheima.em.auth
ArtifactId

ArtifactId

itcast-auth-spring-boot-starter
Version

Version

1.0
Type

Type

jar

Download itcast-auth-spring-boot-starter 1.0


<!-- https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/ -->
<dependency>
    <groupId>com.itheima.em.auth</groupId>
    <artifactId>itcast-auth-spring-boot-starter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/
implementation 'com.itheima.em.auth:itcast-auth-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/
implementation ("com.itheima.em.auth:itcast-auth-spring-boot-starter:1.0")
'com.itheima.em.auth:itcast-auth-spring-boot-starter:jar:1.0'
<dependency org="com.itheima.em.auth" name="itcast-auth-spring-boot-starter" rev="1.0">
  <artifact name="itcast-auth-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='itcast-auth-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.itheima.em.auth" % "itcast-auth-spring-boot-starter" % "1.0"
[com.itheima.em.auth/itcast-auth-spring-boot-starter "1.0"]