MVN

com.bbossgroups.boot : bboot-starter-undertow

Maven & Gradle

Mar 01, 2023
2 stars

bboot-starter-undertow · bboss booter with webcontainer

<dependency>
    <groupId>com.bbossgroups.boot</groupId>
    <artifactId>bboot-starter-undertow</artifactId>
    <version>6.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bbossgroups.boot : bboot-starter-undertow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.5

All Versions

Choose a version of com.bbossgroups.boot : bboot-starter-undertow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
bboot-starter-undertow-6.0.5
bboot-starter-undertow-6.0.2
bboot-starter-undertow-6.0.1
bboot-starter-undertow-6.0.0
5.9.x
bboot-starter-undertow-5.9.9
bboot-starter-undertow-5.9.8
bboot-starter-undertow-5.9.7
bboot-starter-undertow-5.9.6
bboot-starter-undertow-5.9.5
bboot-starter-undertow-5.9.3
bboot-starter-undertow-5.9.0
5.8.x
bboot-starter-undertow-5.8.9
bboot-starter-undertow-5.8.8
bboot-starter-undertow-5.8.6
bboot-starter-undertow-5.8.5
bboot-starter-undertow-5.8.3
bboot-starter-undertow-5.8.2
bboot-starter-undertow-5.8.1
bboot-starter-undertow-5.8.0
5.7.x
bboot-starter-undertow-5.7.9
bboot-starter-undertow-5.7.8
bboot-starter-undertow-5.7.7
bboot-starter-undertow-5.7.6
bboot-starter-undertow-5.7.5
bboot-starter-undertow-5.7.2
bboot-starter-undertow-5.7.1
bboot-starter-undertow-5.7.0
5.6.x
bboot-starter-undertow-5.6.9
bboot-starter-undertow-5.6.8
bboot-starter-undertow-5.6.5
bboot-starter-undertow-5.6.3
bboot-starter-undertow-5.6.1
bboot-starter-undertow-5.6.0
5.5.x
bboot-starter-undertow-5.5.5
5.2.x
bboot-starter-undertow-5.2.1
5.0.x
bboot-starter-undertow-5.0.9
bboot-starter-undertow-5.0.7.1
bboot-starter-undertow-5.0.5.7
bboot-starter-undertow-5.0.3.9
bboot-starter-undertow-5.0.3.8.3

How to add a dependency to Maven

Add the following com.bbossgroups.boot : bboot-starter-undertow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bbossgroups.boot</groupId>
    <artifactId>bboot-starter-undertow</artifactId>
    <version>6.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bbossgroups.boot : bboot-starter-undertow gradle dependency to your build.gradle file:

implementation 'com.bbossgroups.boot:bboot-starter-undertow:6.0.5'

Gradle Kotlin DSL: Add the following com.bbossgroups.boot : bboot-starter-undertow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bbossgroups.boot:bboot-starter-undertow:6.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bbossgroups.boot : bboot-starter-undertow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bbossgroups.boot" % "bboot-starter-undertow" % "6.0.5"