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

org.springframework.boot:spring-boot-properties-migrator 2.0.5.RELEASE

Spring Boot Properties Migrator

Категории

Категории

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

Группа

org.springframework.boot
Идентификатор

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

spring-boot-properties-migrator
Версия

Версия

2.0.5.RELEASE
Тип

Тип

jar

Скачать spring-boot-properties-migrator 2.0.5.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-properties-migrator/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-properties-migrator</artifactId>
    <version>2.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-properties-migrator/
implementation 'org.springframework.boot:spring-boot-properties-migrator:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-properties-migrator/
implementation ("org.springframework.boot:spring-boot-properties-migrator:2.0.5.RELEASE")
'org.springframework.boot:spring-boot-properties-migrator:jar:2.0.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-properties-migrator" rev="2.0.5.RELEASE">
  <artifact name="spring-boot-properties-migrator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-properties-migrator', version='2.0.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-properties-migrator" % "2.0.5.RELEASE"
[org.springframework.boot/spring-boot-properties-migrator "2.0.5.RELEASE"]