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