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