License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdme.snowdrop |
ArtifactId | ArtifactIdspring-boot-bom |
Last Version | Last Version2.1.15.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSnowdrop Spring Boot BOM
Bill Of Materials (BOM) file for Snowdrop project to facilitate usage of Spring Boot on OpenShift.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-bom-2.1.15.Final.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/ -->
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>spring-boot-bom</artifactId>
<version>2.1.15.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/
implementation 'me.snowdrop:spring-boot-bom:2.1.15.Final'
// https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/
implementation ("me.snowdrop:spring-boot-bom:2.1.15.Final")
'me.snowdrop:spring-boot-bom:pom:2.1.15.Final'
<dependency org="me.snowdrop" name="spring-boot-bom" rev="2.1.15.Final">
<artifact name="spring-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='spring-boot-bom', version='2.1.15.Final')
)
libraryDependencies += "me.snowdrop" % "spring-boot-bom" % "2.1.15.Final"
[me.snowdrop/spring-boot-bom "2.1.15.Final"]