Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
---|---|
GroupId | GroupIdcom.gitee.zodiacstack |
ArtifactId | ArtifactIdzodiac-tenant-spring-boot-starter |
Version | Version1.4.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-tenant-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-tenant-spring-boot-starter</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-tenant-spring-boot-starter/
implementation 'com.gitee.zodiacstack:zodiac-tenant-spring-boot-starter:1.4.8'
// https://jarcasting.com/artifacts/com.gitee.zodiacstack/zodiac-tenant-spring-boot-starter/
implementation ("com.gitee.zodiacstack:zodiac-tenant-spring-boot-starter:1.4.8")
'com.gitee.zodiacstack:zodiac-tenant-spring-boot-starter:jar:1.4.8'
<dependency org="com.gitee.zodiacstack" name="zodiac-tenant-spring-boot-starter" rev="1.4.8">
<artifact name="zodiac-tenant-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zodiacstack', module='zodiac-tenant-spring-boot-starter', version='1.4.8')
)
libraryDependencies += "com.gitee.zodiacstack" % "zodiac-tenant-spring-boot-starter" % "1.4.8"
[com.gitee.zodiacstack/zodiac-tenant-spring-boot-starter "1.4.8"]