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