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