<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.35</version>
</dependency>
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.35</version> </parent>
compile
|-- com.googlecode.juniversalchardet:juniversalchardet
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpclient-cache
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpmime
|-- com.squareup.okhttp3:okhttp
|-- com.google.code.findbugs:jsr305
|-- com.github.ben-manes.caffeine:caffeine
|-- org.slf4j:slf4j-api:1.7.30
provided
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.google.protobuf:protobuf-java-util
|-- org.jetbrains.kotlin:kotlin-stdlib:1.6.20
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2
test
|-- com.dtflys.forest:forest-mock
|-- org.slf4j:jcl-over-slf4j:1.7.30
|-- ch.qos.logback:logback-classic:1.2.11
|-- net.bytebuddy:byte-buddy:1.12.3