<dependency> <groupId>com.dtflys.forest</groupId> <artifactId>forest-mock</artifactId> <version>1.5.26</version> </dependency>
implementation 'com.dtflys.forest:forest-mock:1.5.26'
implementation("com.dtflys.forest:forest-mock:1.5.26")
libraryDependencies += "com.dtflys.forest" % "forest-mock" % "1.5.26"
@Grapes( @Grab(group='com.dtflys.forest', module='forest-mock', version='1.5.26') )
<dependency org="com.dtflys.forest" name="forest-mock" rev="1.5.26" />
[com.dtflys.forest/forest-mock "1.5.26"]
'com.dtflys.forest:forest-mock:jar:1.5.26'
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.26</version> </parent>
compile
|-- commons-fileupload:commons-fileupload
|-- commons-io:commons-io
|-- com.squareup.okhttp3:mockwebserver
|-- junit:junit