<dependency> <groupId>org.zalando</groupId> <artifactId>logbook-okhttp</artifactId> <version>3.7.2</version> </dependency>
implementation 'org.zalando:logbook-okhttp:3.7.2'
implementation("org.zalando:logbook-okhttp:3.7.2")
libraryDependencies += "org.zalando" % "logbook-okhttp" % "3.7.2"
@Grapes( @Grab(group='org.zalando', module='logbook-okhttp', version='3.7.2') )
<dependency org="org.zalando" name="logbook-okhttp" rev="3.7.2" />
[org.zalando/logbook-okhttp "3.7.2"]
'org.zalando:logbook-okhttp:jar:3.7.2'
<parent> <groupId>org.zalando</groupId> <artifactId>logbook-parent</artifactId> <version>3.7.2</version> </parent>
compile
|-- org.zalando:logbook-api
|-- com.squareup.okhttp3:okhttp:4.12.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