| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdio.spring.platform | 
| ArtifactId | ArtifactIdplatform-bom | 
| Version | Version1.1.3.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| platform-bom-1.1.3.RELEASE.pom | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.spring.platform/platform-bom/ -->
<dependency>
    <groupId>io.spring.platform</groupId>
    <artifactId>platform-bom</artifactId>
    <version>1.1.3.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.spring.platform/platform-bom/
implementation 'io.spring.platform:platform-bom:1.1.3.RELEASE'// https://jarcasting.com/artifacts/io.spring.platform/platform-bom/
implementation ("io.spring.platform:platform-bom:1.1.3.RELEASE")'io.spring.platform:platform-bom:pom:1.1.3.RELEASE'<dependency org="io.spring.platform" name="platform-bom" rev="1.1.3.RELEASE">
  <artifact name="platform-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='io.spring.platform', module='platform-bom', version='1.1.3.RELEASE')
)libraryDependencies += "io.spring.platform" % "platform-bom" % "1.1.3.RELEASE"[io.spring.platform/platform-bom "1.1.3.RELEASE"]