MVN

cn.taketoday : today-starter-undertow

Maven & Gradle

Sep 30, 2023
106 stars

today-starter-undertow · Starter for using Undertow as the embedded servlet container. An alternative to today-starter-tomcat

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-starter-undertow</artifactId>
    <version>4.0.0-Draft.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.taketoday : today-starter-undertow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-Draft.4

All Versions

Choose a version of cn.taketoday : today-starter-undertow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
today-starter-undertow-4.0.0-Draft.4

How to add a dependency to Maven

Add the following cn.taketoday : today-starter-undertow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-starter-undertow</artifactId>
    <version>4.0.0-Draft.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.taketoday : today-starter-undertow gradle dependency to your build.gradle file:

implementation 'cn.taketoday:today-starter-undertow:4.0.0-Draft.4'

Gradle Kotlin DSL: Add the following cn.taketoday : today-starter-undertow gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.taketoday:today-starter-undertow:4.0.0-Draft.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.taketoday : today-starter-undertow sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.taketoday" % "today-starter-undertow" % "4.0.0-Draft.4"

Advertisement

Dependencies from Group

Apr 27, 2023
3 usages
86 stars
Apr 27, 2023
1 usages
86 stars
Aug 07, 2019
1 usages
14 stars
Apr 27, 2023
1 usages
86 stars
Apr 27, 2023
86 stars

Discover Dependencies