Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.itheima.em.auth |
ArtifactId | ArtifactIditcast-auth-spring-boot-starter |
Version | Version1.0 |
Type | Typejar |
<!-- 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"]