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