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