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