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