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