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