Files download
File Operation
spring-boot-actuator-1.3.3.RELEASE.jar download
spring-boot-actuator-1.3.3.RELEASE.pom download
spring-boot-actuator-1.3.3.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-actuator</artifactId>
  <version>1.3.3.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-actuator:1.3.3.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-actuator:1.3.3.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator" % "1.3.3.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-actuator', version='1.3.3.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-actuator" rev="1.3.3.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-actuator "1.3.3.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-actuator:jar:1.3.3.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>1.3.3.RELEASE</version>
</parent>

compile

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

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

|-- com.fasterxml.jackson.core:jackson-databind

|-- org.springframework:spring-core

|-- org.springframework:spring-context

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml

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

|-- org.springframework.plugin:spring-plugin-core

|-- org.webjars:hal-browser

|-- com.google.guava:guava

|-- com.hazelcast:hazelcast

|-- com.hazelcast:hazelcast-spring

|-- com.sun.mail:javax.mail

|-- com.timgroup:java-statsd-client

|-- io.dropwizard.metrics:metrics-core

|-- javax.cache:cache-api

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

|-- net.sf.ehcache:ehcache

|-- org.apache.activemq:activemq-broker

|-- org.flywaydb:flyway-core

|-- org.hibernate:hibernate-validator

|-- org.infinispan:infinispan-spring4

|-- org.liquibase:liquibase-core

|-- org.springframework:spring-messaging

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-webmvc

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

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

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

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

|-- org.springframework.integration:spring-integration-jmx

|-- org.springframework.integration:spring-integration-core

|-- org.elasticsearch:elasticsearch

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

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

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

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

|-- org.crashub:crash.shell

|-- org.crashub:crash.cli

|-- org.crashub:crash.embed.spring

|-- org.jolokia:jolokia-core

|-- redis.clients:jedis

|-- org.springframework.amqp:spring-rabbit

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

|-- com.zaxxer:HikariCP-java6

|-- commons-dbcp:commons-dbcp

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

test

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

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

|-- com.jayway.jsonpath:json-path

|-- org.apache.tomcat.embed:tomcat-embed-logging-juli

|-- org.aspectj:aspectjrt

|-- org.crashub:crash.connectors.telnet

|-- org.hsqldb:hsqldb

|-- org.springframework:spring-test

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

|-- org.springframework.data:spring-data-rest-webmvc

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

|-- org.yaml:snakeyaml