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.2.2 |
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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/if-staging-spring-boot-autoconfigure/
implementation 'com.github.yongyongwang:if-staging-spring-boot-autoconfigure:1.2.2'
// https://jarcasting.com/artifacts/com.github.yongyongwang/if-staging-spring-boot-autoconfigure/
implementation ("com.github.yongyongwang:if-staging-spring-boot-autoconfigure:1.2.2")
'com.github.yongyongwang:if-staging-spring-boot-autoconfigure:jar:1.2.2'
<dependency org="com.github.yongyongwang" name="if-staging-spring-boot-autoconfigure" rev="1.2.2">
<artifact name="if-staging-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='if-staging-spring-boot-autoconfigure', version='1.2.2')
)
libraryDependencies += "com.github.yongyongwang" % "if-staging-spring-boot-autoconfigure" % "1.2.2"
[com.github.yongyongwang/if-staging-spring-boot-autoconfigure "1.2.2"]