spring-boot-devtools

spring-boot-devtools

Spring Boot Developer Tools
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-devtools-1.5.8.RELEASE.jar download
spring-boot-devtools-1.5.8.RELEASE.pom download
spring-boot-devtools-1.5.8.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-devtools</artifactId>
  <version>1.5.8.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-devtools" % "1.5.8.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-devtools', version='1.5.8.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-devtools" rev="1.5.8.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-devtools "1.5.8.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-devtools:jar:1.5.8.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>1.5.8.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot

|-- org.springframework.boot:spring-boot-autoconfigure

|-- javax.servlet:javax.servlet-api

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-orm

|-- org.hibernate:hibernate-entitymanager

|-- org.springframework:spring-web

|-- org.springframework.security:spring-security-config

|-- org.springframework.security:spring-security-web

|-- org.springframework.data:spring-data-redis

|-- org.springframework.session:spring-session

|-- org.springframework.boot:spring-boot-autoconfigure-processor

|-- org.springframework.boot:spring-boot-configuration-processor

test

|-- org.springframework.boot:spring-boot

|-- org.springframework.boot:spring-boot-test-support

|-- org.springframework.boot:spring-boot-test

|-- ch.qos.logback:logback-classic

|-- com.h2database:h2

|-- org.springframework:spring-webmvc

|-- org.springframework:spring-websocket

|-- org.springframework.hateoas:spring-hateoas

|-- org.apache.derby:derby

|-- org.apache.derby:derbyclient

|-- org.apache.tomcat.embed:tomcat-embed-websocket

|-- org.apache.tomcat.embed:tomcat-embed-core

|-- org.apache.tomcat.embed:tomcat-embed-jasper

|-- org.eclipse.jetty.websocket:websocket-client

|-- org.hsqldb:hsqldb

|-- org.postgresql:postgresql

|-- org.thymeleaf:thymeleaf

|-- org.thymeleaf:thymeleaf-spring4

|-- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect

|-- org.apache.tomcat:tomcat-jdbc