Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdfun.fengwk.convention |
ArtifactId | ArtifactIdconvention-spring-boot-starter-rest |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fun.fengwk.convention/convention-spring-boot-starter-rest/ -->
<dependency>
<groupId>fun.fengwk.convention</groupId>
<artifactId>convention-spring-boot-starter-rest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-spring-boot-starter-rest/
implementation 'fun.fengwk.convention:convention-spring-boot-starter-rest:0.0.1'
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-spring-boot-starter-rest/
implementation ("fun.fengwk.convention:convention-spring-boot-starter-rest:0.0.1")
'fun.fengwk.convention:convention-spring-boot-starter-rest:jar:0.0.1'
<dependency org="fun.fengwk.convention" name="convention-spring-boot-starter-rest" rev="0.0.1">
<artifact name="convention-spring-boot-starter-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.convention', module='convention-spring-boot-starter-rest', version='0.0.1')
)
libraryDependencies += "fun.fengwk.convention" % "convention-spring-boot-starter-rest" % "0.0.1"
[fun.fengwk.convention/convention-spring-boot-starter-rest "0.0.1"]