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

com.github.bitmc:spring-boot-starter-parent 2.4.1.1

Custom implementation of Spring Boot Starter Parent

Категории

Категории

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

Группа

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

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

spring-boot-starter-parent
Версия

Версия

2.4.1.1
Тип

Тип

pom

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

Имя Файла Размер
spring-boot-starter-parent-2.4.1.1.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>2.4.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation 'com.github.bitmc:spring-boot-starter-parent:2.4.1.1'
// https://jarcasting.com/artifacts/com.github.bitmc/spring-boot-starter-parent/
implementation ("com.github.bitmc:spring-boot-starter-parent:2.4.1.1")
'com.github.bitmc:spring-boot-starter-parent:pom:2.4.1.1'
<dependency org="com.github.bitmc" name="spring-boot-starter-parent" rev="2.4.1.1">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='spring-boot-starter-parent', version='2.4.1.1')
)
libraryDependencies += "com.github.bitmc" % "spring-boot-starter-parent" % "2.4.1.1"
[com.github.bitmc/spring-boot-starter-parent "2.4.1.1"]