MVN

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

Maven & Gradle

Sep 15, 2015

Fabric8 :: Quickstarts :: Spring-Boot :: WebMVC · Shows how to use Spring Boot with WebMVC in the Java Container

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>springboot-webmvc</artifactId>
    <version>2.2.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jube.images.fabric8 : springboot-webmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.28

All Versions

Choose a version of io.fabric8.jube.images.fabric8 : springboot-webmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
springboot-webmvc-2.2.28
springboot-webmvc-2.2.27
springboot-webmvc-2.2.26.1
springboot-webmvc-2.2.23.1
springboot-webmvc-2.2.19
springboot-webmvc-2.2.17
springboot-webmvc-2.2.16
springboot-webmvc-2.2.15.1
springboot-webmvc-2.2.14
springboot-webmvc-2.2.12
springboot-webmvc-2.2.11
springboot-webmvc-2.2.10
springboot-webmvc-2.2.9.1
springboot-webmvc-2.2.7
springboot-webmvc-2.2.5
springboot-webmvc-2.2.3
springboot-webmvc-2.2.2
springboot-webmvc-2.2.1
springboot-webmvc-2.2.0
2.1.x
springboot-webmvc-2.1.11
springboot-webmvc-2.1.10
springboot-webmvc-2.1.9
springboot-webmvc-2.1.6
springboot-webmvc-2.1.1
2.0.x
springboot-webmvc-2.0.47
springboot-webmvc-2.0.46
springboot-webmvc-2.0.44
springboot-webmvc-2.0.43
springboot-webmvc-2.0.42
springboot-webmvc-2.0.41
springboot-webmvc-2.0.40.1
springboot-webmvc-2.0.40
springboot-webmvc-2.0.39
springboot-webmvc-2.0.38
springboot-webmvc-2.0.37
springboot-webmvc-2.0.36
springboot-webmvc-2.0.35
springboot-webmvc-2.0.34
springboot-webmvc-2.0.33.1
springboot-webmvc-2.0.32
springboot-webmvc-2.0.31
springboot-webmvc-2.0.30
springboot-webmvc-2.0.29
springboot-webmvc-2.0.28.1
springboot-webmvc-2.0.28
springboot-webmvc-2.0.27
springboot-webmvc-2.0.26
springboot-webmvc-2.0.25
springboot-webmvc-2.0.24
springboot-webmvc-2.0.23
springboot-webmvc-2.0.21
springboot-webmvc-2.0.20

How to add a dependency to Maven

Add the following io.fabric8.jube.images.fabric8 : springboot-webmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>springboot-webmvc</artifactId>
    <version>2.2.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jube.images.fabric8 : springboot-webmvc gradle dependency to your build.gradle file:

implementation 'io.fabric8.jube.images.fabric8:springboot-webmvc:2.2.28'

Gradle Kotlin DSL: Add the following io.fabric8.jube.images.fabric8 : springboot-webmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jube.images.fabric8:springboot-webmvc:2.2.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jube.images.fabric8 : springboot-webmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-webmvc" % "2.2.28"