is not current version
Last Version 2.2.28

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

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.2.11
Type

Type

jar

Download springboot-webmvc 2.2.11


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