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