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