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