<dependency> <groupId>org.zalando</groupId> <artifactId>logbook-okhttp</artifactId> <version>3.5.0</version> </dependency>
implementation 'org.zalando:logbook-okhttp:3.5.0'
implementation("org.zalando:logbook-okhttp:3.5.0")
libraryDependencies += "org.zalando" % "logbook-okhttp" % "3.5.0"
@Grapes( @Grab(group='org.zalando', module='logbook-okhttp', version='3.5.0') )
<dependency org="org.zalando" name="logbook-okhttp" rev="3.5.0" />
[org.zalando/logbook-okhttp "3.5.0"]
'org.zalando:logbook-okhttp:jar:3.5.0'
<parent> <groupId>org.zalando</groupId> <artifactId>logbook-parent</artifactId> <version>3.5.0</version> </parent>
compile
|-- org.zalando:logbook-api
|-- com.squareup.okhttp3:okhttp:4.11.0
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.zalando:logbook-test
|-- org.slf4j:slf4j-nop
|-- com.github.rest-driver:rest-client-driver
test
|-- org.zalando:logbook-core