is not current version
Last Version 2.2.28

io.fabric8.jube.images.fabric8:springboot-webmvc 2.0.27

Shows how to use Spring Boot with WebMVC in the Java Container

GroupId

GroupId

io.fabric8.jube.images.fabric8
ArtifactId

ArtifactId

springboot-webmvc
Version

Version

2.0.27
Type

Type

jar

Download springboot-webmvc 2.0.27


<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc/ -->
<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>springboot-webmvc</artifactId>
    <version>2.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc/
implementation 'io.fabric8.jube.images.fabric8:springboot-webmvc:2.0.27'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc/
implementation ("io.fabric8.jube.images.fabric8:springboot-webmvc:2.0.27")
'io.fabric8.jube.images.fabric8:springboot-webmvc:jar:2.0.27'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-webmvc" rev="2.0.27">
  <artifact name="springboot-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-webmvc', version='2.0.27')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-webmvc" % "2.0.27"
[io.fabric8.jube.images.fabric8/springboot-webmvc "2.0.27"]