Spring Boot Starter Parent

Custom implementation of Spring Boot Starter Parent

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.bitmc
Идентификатор

Идентификатор

spring-boot-starter-parent
Последняя версия

Последняя версия

7.4.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Spring Boot Starter Parent
Custom implementation of Spring Boot Starter Parent
Ссылка на сайт

Ссылка на сайт

https://github.com/bitmc/spring-boot-starter-parent
Организация-разработчик

Организация-разработчик

BITMC
Система контроля версий

Система контроля версий

https://github.com/bitmc/spring-boot-starter-parent

Скачать spring-boot-starter-parent

Имя Файла Размер
spring-boot-starter-parent-7.4.2.0.pom 9 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.github.bitmc</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>7.4.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation 'com.github.bitmc:spring-boot-starter-parent:7.4.2.0'
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation ("com.github.bitmc:spring-boot-starter-parent:7.4.2.0")
'com.github.bitmc:spring-boot-starter-parent:pom:7.4.2.0'
<dependency org="com.github.bitmc" name="spring-boot-starter-parent" rev="7.4.2.0">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='spring-boot-starter-parent', version='7.4.2.0')
)
libraryDependencies += "com.github.bitmc" % "spring-boot-starter-parent" % "7.4.2.0"
[com.github.bitmc/spring-boot-starter-parent "7.4.2.0"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.16

Модули Проекта

Данный проект не имеет модулей.

Spring Boot Starter Parent

github actions maven central

Usage

  1. Set the parent in your POM.
    <parent>
        <groupId>com.github.bitmc</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.4.2.0</version>
    </parent>

License

  • Apache License 2.0
com.github.bitmc

BITMC

Версии библиотеки

Версия
7.4.2.0
2.4.1.1
2.4.1.0
2.3.2.0
2.3.0.0