is not current version
Last Version 3

io.openshift.booster:spring-boot-booster-parent 2.0.0.Alpha1

Spring Boot Tomcat - Booster Parent

Categories

Categories

Spring Boot Container Microservices OpenShift PaaS Providers
GroupId

GroupId

io.openshift.booster
ArtifactId

ArtifactId

spring-boot-booster-parent
Version

Version

2.0.0.Alpha1
Type

Type

pom

Download spring-boot-booster-parent 2.0.0.Alpha1


<!-- https://jarcasting.com/artifacts/io.openshift.booster/spring-boot-booster-parent/ -->
<dependency>
    <groupId>io.openshift.booster</groupId>
    <artifactId>spring-boot-booster-parent</artifactId>
    <version>2.0.0.Alpha1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.openshift.booster/spring-boot-booster-parent/
implementation 'io.openshift.booster:spring-boot-booster-parent:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.openshift.booster/spring-boot-booster-parent/
implementation ("io.openshift.booster:spring-boot-booster-parent:2.0.0.Alpha1")
'io.openshift.booster:spring-boot-booster-parent:pom:2.0.0.Alpha1'
<dependency org="io.openshift.booster" name="spring-boot-booster-parent" rev="2.0.0.Alpha1">
  <artifact name="spring-boot-booster-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.openshift.booster', module='spring-boot-booster-parent', version='2.0.0.Alpha1')
)
libraryDependencies += "io.openshift.booster" % "spring-boot-booster-parent" % "2.0.0.Alpha1"
[io.openshift.booster/spring-boot-booster-parent "2.0.0.Alpha1"]