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