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