MVN

io.fabric8.quickstarts : springboot-webmvc

Maven & Gradle

Jul 08, 2016

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

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>springboot-webmvc</artifactId>
    <version>2.2.149</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.149

All Versions

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

Version Vulnerabilities Updated
2.2.x
springboot-webmvc-2.2.149
springboot-webmvc-2.2.148
springboot-webmvc-2.2.145
springboot-webmvc-2.2.144
springboot-webmvc-2.2.142
springboot-webmvc-2.2.141
springboot-webmvc-2.2.140
springboot-webmvc-2.2.138
springboot-webmvc-2.2.136
springboot-webmvc-2.2.135
springboot-webmvc-2.2.134
springboot-webmvc-2.2.133
springboot-webmvc-2.2.132
springboot-webmvc-2.2.131
springboot-webmvc-2.2.130
springboot-webmvc-2.2.127
springboot-webmvc-2.2.126
springboot-webmvc-2.2.125
springboot-webmvc-2.2.123
springboot-webmvc-2.2.114
springboot-webmvc-2.2.113
springboot-webmvc-2.2.112
springboot-webmvc-2.2.109
springboot-webmvc-2.2.106
springboot-webmvc-2.2.105
springboot-webmvc-2.2.104
springboot-webmvc-2.2.103
springboot-webmvc-2.2.102
springboot-webmvc-2.2.101
springboot-webmvc-2.2.100

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>springboot-webmvc</artifactId>
    <version>2.2.149</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.fabric8.quickstarts:springboot-webmvc:2.2.149'

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

implementation("io.fabric8.quickstarts:springboot-webmvc:2.2.149")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.fabric8.quickstarts" % "springboot-webmvc" % "2.2.149"