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