文件下载
文件名 操作
spring-boot-actuator-autoconfigure-2.0.2.RELEASE.jar 下载
spring-boot-actuator-autoconfigure-2.0.2.RELEASE.pom 下载
spring-boot-actuator-autoconfigure-2.0.2.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-actuator-autoconfigure</artifactId>
  <version>2.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator-autoconfigure" % "2.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-actuator-autoconfigure', version='2.0.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-actuator-autoconfigure" rev="2.0.2.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-actuator-autoconfigure "2.0.2.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.0.2.RELEASE'
本项目依赖
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>2.0.2.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-actuator:2.0.2.RELEASE

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

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

|-- org.springframework:spring-core:5.0.6.RELEASE

|-- org.springframework:spring-context:5.0.6.RELEASE

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

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

|-- com.github.ben-manes.caffeine:caffeine:2.6.2

|-- com.hazelcast:hazelcast:3.9.4

|-- com.hazelcast:hazelcast-spring:3.9.4

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

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

|-- com.zaxxer:HikariCP:2.7.9

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

|-- io.lettuce:lettuce-core:5.0.4.RELEASE

|-- io.micrometer:micrometer-core:1.0.4

|-- io.micrometer:micrometer-registry-atlas:1.0.4

|-- io.micrometer:micrometer-registry-datadog:1.0.4

|-- io.micrometer:micrometer-registry-ganglia:1.0.4

|-- io.micrometer:micrometer-registry-graphite:1.0.4

|-- io.micrometer:micrometer-registry-influx:1.0.4

|-- io.micrometer:micrometer-registry-jmx:1.0.4

|-- io.micrometer:micrometer-registry-new-relic:1.0.4

|-- io.micrometer:micrometer-registry-prometheus:1.0.4

|-- io.micrometer:micrometer-registry-signalfx:1.0.4

|-- io.micrometer:micrometer-registry-statsd:1.0.4

|-- io.micrometer:micrometer-registry-wavefront:1.0.4

|-- io.projectreactor.ipc:reactor-netty:0.7.7.RELEASE

|-- io.searchbox:jest:5.3.3

|-- javax.cache:cache-api:1.1.0

|-- javax.jms:javax.jms-api:2.0.1

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

|-- net.sf.ehcache:ehcache:2.10.4

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

|-- org.apache.commons:commons-dbcp2:2.2.0

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

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

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

|-- org.aspectj:aspectjweaver:1.8.13

|-- org.elasticsearch:elasticsearch:5.6.9

|-- org.flywaydb:flyway-core:5.0.7

|-- org.glassfish.jersey.core:jersey-server:2.26

|-- org.glassfish.jersey.containers:jersey-container-servlet-core:2.26

|-- org.hibernate.validator:hibernate-validator:6.0.9.Final

|-- org.influxdb:influxdb-java:2.9

|-- org.jolokia:jolokia-core:1.5.0

|-- org.infinispan:infinispan-spring4-embedded:9.1.7.Final

|-- org.liquibase:liquibase-core:3.5.5

|-- org.mongodb:mongodb-driver-async:3.6.3

|-- org.mongodb:mongodb-driver-reactivestreams:1.7.1

|-- org.springframework:spring-jdbc:5.0.6.RELEASE

|-- org.springframework:spring-messaging:5.0.6.RELEASE

|-- org.springframework:spring-webflux:5.0.6.RELEASE

|-- org.springframework:spring-webmvc:5.0.6.RELEASE

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

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

|-- org.springframework.data:spring-data-couchbase:3.0.7.RELEASE

|-- org.springframework.data:spring-data-ldap:2.0.7.RELEASE

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

|-- org.springframework.data:spring-data-neo4j:5.0.7.RELEASE

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

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

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

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

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

|-- org.springframework.session:spring-session-core:2.0.3.RELEASE

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

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

|-- redis.clients:jedis:2.9.0

runtime

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5