не последняя версия
Последняя версия 2.0.8.RELEASE

io.spring.platform:platform-bom 1.0.2.RELEASE

Spring IO Platform bill of materials

Категории

Категории

ORM Данные
Группа

Группа

io.spring.platform
Идентификатор

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

platform-bom
Версия

Версия

1.0.2.RELEASE
Тип

Тип

pom

Скачать platform-bom 1.0.2.RELEASE

Имя Файла Размер
platform-bom-1.0.2.RELEASE.pom 44 KB
Обзор

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