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