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