License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.spring.platform |
ArtifactId | ArtifactIdplatform-bom |
Version | Version2.0.8.RELEASE |
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 | 39 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"]