| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdio.spring.platform |
| ArtifactId | ArtifactIdplatform-bom |
| Last Version | Last Version2.0.8.RELEASE |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring IO Platform bill of materials
Spring IO Platform bill of materials
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| platform-bom-2.0.8.RELEASE.pom | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.spring.platform/platform-bom/ -->
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>2.0.8.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.spring.platform/platform-bom/
implementation 'io.spring.platform:platform-bom:2.0.8.RELEASE'
// https://jarcasting.com/artifacts/io.spring.platform/platform-bom/
implementation ("io.spring.platform:platform-bom:2.0.8.RELEASE")
'io.spring.platform:platform-bom:pom:2.0.8.RELEASE'
<dependency org="io.spring.platform" name="platform-bom" rev="2.0.8.RELEASE">
<artifact name="platform-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.spring.platform', module='platform-bom', version='2.0.8.RELEASE')
)
libraryDependencies += "io.spring.platform" % "platform-bom" % "2.0.8.RELEASE"
[io.spring.platform/platform-bom "2.0.8.RELEASE"]