<dependency> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.3</version> <type>pom</type> </dependency>
implementation 'com.dtflys.forest:forest:1.5.3'
implementation("com.dtflys.forest:forest:1.5.3")
libraryDependencies += "com.dtflys.forest" % "forest" % "1.5.3"
@Grapes( @Grab(group='com.dtflys.forest', module='forest', version='1.5.3') )
<dependency org="com.dtflys.forest" name="forest" rev="1.5.3" />
[com.dtflys.forest/forest "1.5.3"]
'com.dtflys.forest:forest:jar:1.5.3'
provided
|-- xerces:xercesImpl:2.12.0
|-- org.mock-server:mockserver-netty:3.10.4
test
|-- org.mockito:mockito-all:1.9.5
|-- junit:junit:4.13.2
|-- com.github.dreamhead:moco-core:0.12.0
|-- org.assertj:assertj-core:3.13.2
|-- com.squareup.okhttp3:mockwebserver:3.14.9
|-- cn.hutool:hutool-all:5.5.2