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