l

logbook-spring-boot-autoconfigure

Spring Boot Auto Configuration for Logbook and most of its libraries/adapters
Files download
File Operation
logbook-spring-boot-autoconfigure-2.0.0-RC.3.jar download
logbook-spring-boot-autoconfigure-2.0.0-RC.3.pom download
logbook-spring-boot-autoconfigure-2.0.0-RC.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.zalando</groupId>
  <artifactId>logbook-spring-boot-autoconfigure</artifactId>
  <version>2.0.0-RC.3</version>
</dependency>
Gradle Groovy
implementation 'org.zalando:logbook-spring-boot-autoconfigure:2.0.0-RC.3'
Gradle Kotlin
implementation("org.zalando:logbook-spring-boot-autoconfigure:2.0.0-RC.3")
Scala SBT
libraryDependencies += "org.zalando" % "logbook-spring-boot-autoconfigure" % "2.0.0-RC.3"
Groovy Grape
@Grapes(
  @Grab(group='org.zalando', module='logbook-spring-boot-autoconfigure', version='2.0.0-RC.3')
)
Apache Ivy
<dependency org="org.zalando" name="logbook-spring-boot-autoconfigure" rev="2.0.0-RC.3" />
Leiningen
[org.zalando/logbook-spring-boot-autoconfigure "2.0.0-RC.3"]
Apache Buildr
'org.zalando:logbook-spring-boot-autoconfigure:jar:2.0.0-RC.3'