<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.29-BETA3</version>
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest-core', version='1.5.29-BETA3')
)
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.29-BETA3</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
|-- org.glassfish.jaxb:jaxb-runtime:2.3.1
|-- 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:1.5.29-BETA3
|-- org.slf4j:jcl-over-slf4j:1.7.30
|-- ch.qos.logback:logback-classic:1.2.11
|-- net.bytebuddy:byte-buddy:1.12.3