spring-boot-starter-undertow

spring-boot-starter-undertow

Starter for using Undertow as the embedded servlet container. An alternative to spring-boot-starter-tomcat
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-starter-undertow-1.4.3.RELEASE.jar download
spring-boot-starter-undertow-1.4.3.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-undertow</artifactId>
  <version>1.4.3.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-undertow:1.4.3.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-undertow:1.4.3.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-undertow" % "1.4.3.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-undertow', version='1.4.3.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-undertow" rev="1.4.3.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-starter-undertow "1.4.3.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-undertow:jar:1.4.3.RELEASE'