<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.6.2</version>
</dependency>
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.6.2</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.jayway.jsonpath:json-path
provided
|-- com.alibaba.fastjson2:fastjson2
|-- 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.9.23
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
test
|-- com.dtflys.forest:forest-mock
|-- ch.qos.logback:logback-classic
|-- ch.qos.logback:logback-core
|-- net.bytebuddy:byte-buddy:1.12.3