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