is not current version
Last Version 2.0.8.RELEASE

io.spring.platform:platform-bom Brussels-SR3

Spring IO Platform bill of materials

Categories

Categories

ORM Data
GroupId

GroupId

io.spring.platform
ArtifactId

ArtifactId

platform-bom
Version

Version

Brussels-SR3
Type

Type

pom

Download platform-bom Brussels-SR3


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