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