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