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