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.2.jar download
logbook-spring-boot-autoconfigure-2.0.0-RC.2.pom download
logbook-spring-boot-autoconfigure-2.0.0-RC.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.zalando</groupId>
  <artifactId>logbook-spring-boot-autoconfigure</artifactId>
  <version>2.0.0-RC.2</version>
</dependency>
Gradle Groovy
implementation 'org.zalando:logbook-spring-boot-autoconfigure:2.0.0-RC.2'
Gradle Kotlin
implementation("org.zalando:logbook-spring-boot-autoconfigure:2.0.0-RC.2")
Scala SBT
libraryDependencies += "org.zalando" % "logbook-spring-boot-autoconfigure" % "2.0.0-RC.2"
Groovy Grape
@Grapes(
  @Grab(group='org.zalando', module='logbook-spring-boot-autoconfigure', version='2.0.0-RC.2')
)
Apache Ivy
<dependency org="org.zalando" name="logbook-spring-boot-autoconfigure" rev="2.0.0-RC.2" />
Leiningen
[org.zalando/logbook-spring-boot-autoconfigure "2.0.0-RC.2"]
Apache Buildr
'org.zalando:logbook-spring-boot-autoconfigure:jar:2.0.0-RC.2'