spring-boot-parent
Base pom for spring-boot projects
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.subchen |
| Идентификатор | Идентификаторspring-boot-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-parent
base pom for spring-boot projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-parent-1.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/
implementation 'com.github.subchen:spring-boot-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/
implementation ("com.github.subchen:spring-boot-parent:1.0.0")
'com.github.subchen:spring-boot-parent:pom:1.0.0'
<dependency org="com.github.subchen" name="spring-boot-parent" rev="1.0.0">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='spring-boot-parent', version='1.0.0')
)
libraryDependencies += "com.github.subchen" % "spring-boot-parent" % "1.0.0"
[com.github.subchen/spring-boot-parent "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |
Base pom for spring-boot projects