is not current version
Last Version 2.1.15.Final

me.snowdrop:spring-boot-bom 2.1.3.Beta1

Bill Of Materials (BOM) file for Snowdrop project to facilitate usage of Spring Boot on OpenShift.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

me.snowdrop
ArtifactId

ArtifactId

spring-boot-bom
Version

Version

2.1.3.Beta1
Type

Type

pom

Download spring-boot-bom 2.1.3.Beta1


<!-- https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/ -->
<dependency>
    <groupId>me.snowdrop</groupId>
    <artifactId>spring-boot-bom</artifactId>
    <version>2.1.3.Beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/
implementation 'me.snowdrop:spring-boot-bom:2.1.3.Beta1'
// https://jarcasting.com/artifacts/me.snowdrop/spring-boot-bom/
implementation ("me.snowdrop:spring-boot-bom:2.1.3.Beta1")
'me.snowdrop:spring-boot-bom:pom:2.1.3.Beta1'
<dependency org="me.snowdrop" name="spring-boot-bom" rev="2.1.3.Beta1">
  <artifact name="spring-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='spring-boot-bom', version='2.1.3.Beta1')
)
libraryDependencies += "me.snowdrop" % "spring-boot-bom" % "2.1.3.Beta1"
[me.snowdrop/spring-boot-bom "2.1.3.Beta1"]