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