| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.heanbian.boot |
| Идентификатор | Идентификаторheanbian-spring-boot-autoconfigure |
| Версия | Версия1.4.4 |
| Тип | Типjar |
<!-- 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.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian.boot/heanbian-spring-boot-autoconfigure/
implementation 'com.heanbian.boot:heanbian-spring-boot-autoconfigure:1.4.4'
// https://jarcasting.com/artifacts/com.heanbian.boot/heanbian-spring-boot-autoconfigure/
implementation ("com.heanbian.boot:heanbian-spring-boot-autoconfigure:1.4.4")
'com.heanbian.boot:heanbian-spring-boot-autoconfigure:jar:1.4.4'
<dependency org="com.heanbian.boot" name="heanbian-spring-boot-autoconfigure" rev="1.4.4">
<artifact name="heanbian-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian.boot', module='heanbian-spring-boot-autoconfigure', version='1.4.4')
)
libraryDependencies += "com.heanbian.boot" % "heanbian-spring-boot-autoconfigure" % "1.4.4"
[com.heanbian.boot/heanbian-spring-boot-autoconfigure "1.4.4"]