MVN

io.fabric8.jube.itests : hello-servlet

Maven & Gradle

Jun 17, 2015

Jube :: Integration Tests :: Images :: Hello Servlet · A web application with a hello world servlet

<dependency>
    <groupId>io.fabric8.jube.itests</groupId>
    <artifactId>hello-servlet</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jube.itests : hello-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.fabric8.jube.itests : hello-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hello-servlet-2.2.0
2.1.x
hello-servlet-2.1.11
hello-servlet-2.1.5
hello-servlet-2.1.4
hello-servlet-2.1.2
2.0.x
hello-servlet-2.0.48
hello-servlet-2.0.47
hello-servlet-2.0.46
hello-servlet-2.0.45
hello-servlet-2.0.44
hello-servlet-2.0.43
hello-servlet-2.0.42
hello-servlet-2.0.41
hello-servlet-2.0.40
hello-servlet-2.0.39
hello-servlet-2.0.38
hello-servlet-2.0.37
hello-servlet-2.0.36
hello-servlet-2.0.35
hello-servlet-2.0.34
hello-servlet-2.0.33
hello-servlet-2.0.32
hello-servlet-2.0.31
hello-servlet-2.0.30
hello-servlet-2.0.29
hello-servlet-2.0.28
hello-servlet-2.0.27
hello-servlet-2.0.26
hello-servlet-2.0.25
hello-servlet-2.0.24
hello-servlet-2.0.23
hello-servlet-2.0.21
hello-servlet-2.0.20
hello-servlet-2.0.19
hello-servlet-2.0.18
hello-servlet-2.0.17
hello-servlet-2.0.16
hello-servlet-2.0.15
hello-servlet-2.0.14
hello-servlet-2.0.13
hello-servlet-2.0.12
hello-servlet-2.0.11
hello-servlet-2.0.10
hello-servlet-2.0.9
hello-servlet-2.0.8
hello-servlet-2.0.7
hello-servlet-2.0.6
hello-servlet-2.0.5
hello-servlet-2.0.4
hello-servlet-2.0.3
hello-servlet-2.0.2
hello-servlet-2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.jube.itests</groupId>
    <artifactId>hello-servlet</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jube.itests : hello-servlet gradle dependency to your build.gradle file:

implementation 'io.fabric8.jube.itests:hello-servlet:2.2.0'

Gradle Kotlin DSL: Add the following io.fabric8.jube.itests : hello-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jube.itests:hello-servlet:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jube.itests : hello-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jube.itests" % "hello-servlet" % "2.2.0"