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