<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-client</artifactId>
<version>2.12.0</version>
</dependency>
<parent> <groupId>org.zalando</groupId> <artifactId>logbook-parent</artifactId> <version>2.12.0</version> </parent>
compile
|-- org.zalando:logbook-ktor-common
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.21
|-- io.ktor:ktor-client-core-jvm:1.6.2
test
|-- io.ktor:ktor-client-cio-jvm:1.6.2