is not current version
Last Version 2.0.8.RELEASE

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

Spring IO Platform bill of materials

Categories

Categories

ORM Data
GroupId

GroupId

io.spring.platform
ArtifactId

ArtifactId

platform-bom
Version

Version

2.0.0.RELEASE
Type

Type

pom

Download platform-bom 2.0.0.RELEASE


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