| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаio.kwy.boot |
| Идентификатор | Идентификаторspring-boot-build |
| Последняя версия | Последняя версия1.5.3.RELEASE |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-build
spring-boot-build
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| spring-boot-build-1.5.3.RELEASE.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-build/ -->
<dependency>
<groupId>io.kwy.boot</groupId>
<artifactId>spring-boot-build</artifactId>
<version>1.5.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-build/
implementation 'io.kwy.boot:spring-boot-build:1.5.3.RELEASE'
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-build/
implementation ("io.kwy.boot:spring-boot-build:1.5.3.RELEASE")
'io.kwy.boot:spring-boot-build:pom:1.5.3.RELEASE'
<dependency org="io.kwy.boot" name="spring-boot-build" rev="1.5.3.RELEASE">
<artifact name="spring-boot-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kwy.boot', module='spring-boot-build', version='1.5.3.RELEASE')
)
libraryDependencies += "io.kwy.boot" % "spring-boot-build" % "1.5.3.RELEASE"
[io.kwy.boot/spring-boot-build "1.5.3.RELEASE"]