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