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