<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jetty" % "1.4.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jetty', version='1.4.1.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-jetty" rev="1.4.1.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>1.4.1.RELEASE</version> </parent>
compile
|-- org.eclipse.jetty:jetty-servlets
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty.websocket:websocket-server