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