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

com.github.AnonymousMister:spring-boot-starter-parent 2.1.7.RELEASE

Parent pom providing dependency and plugin management for applications built with Maven

Категории

Категории

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

Группа

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

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

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

Версия

2.1.7.RELEASE
Тип

Тип

pom

Скачать spring-boot-starter-parent 2.1.7.RELEASE

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

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