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