Last Version

Fabric8 :: Quickstarts :: Spring-Boot :: WebMVC 2.2.28

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

License

License

GroupId

GroupId

io.fabric8.jube.images.fabric8
ArtifactId

ArtifactId

springboot-webmvc
Version

Version

2.2.28
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.28


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.data : spring-data-rest-webmvc jar
com.h2database : h2 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.8.Final
io.fabric8 : fabric8-arquillian jar 2.2.28

Project Modules

There are no modules declared in this project.