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