Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.com.twoke |
ArtifactId | ArtifactIdhttp-face-spring-boot-starter |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.com.twoke/http-face-spring-boot-starter/ -->
<dependency>
<groupId>cn.com.twoke</groupId>
<artifactId>http-face-spring-boot-starter</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.twoke/http-face-spring-boot-starter/
implementation 'cn.com.twoke:http-face-spring-boot-starter:1.0.5'
// https://jarcasting.com/artifacts/cn.com.twoke/http-face-spring-boot-starter/
implementation ("cn.com.twoke:http-face-spring-boot-starter:1.0.5")
'cn.com.twoke:http-face-spring-boot-starter:jar:1.0.5'
<dependency org="cn.com.twoke" name="http-face-spring-boot-starter" rev="1.0.5">
<artifact name="http-face-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.twoke', module='http-face-spring-boot-starter', version='1.0.5')
)
libraryDependencies += "cn.com.twoke" % "http-face-spring-boot-starter" % "1.0.5"
[cn.com.twoke/http-face-spring-boot-starter "1.0.5"]