Last Version

Fabric8 :: Quickstarts :: Spring-Boot :: WebMVC 2.2.149

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

License

License

GroupId

GroupId

io.fabric8.quickstarts
ArtifactId

ArtifactId

springboot-webmvc
Version

Version

2.2.149
Type

Type

jar
Description

Description

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

Project Organization

Red Hat

Download springboot-webmvc 2.2.149


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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.jboss.arquillian.junit : arquillian-junit-container jar 1.1.11.Final
io.fabric8 : fabric8-arquillian jar 2.2.142

Project Modules

There are no modules declared in this project.