<dependency> <groupId>com.dtflys.forest</groupId> <artifactId>forest-test</artifactId> <version>1.5.32</version> <type>pom</type> </dependency>
implementation 'com.dtflys.forest:forest-test:1.5.32'
implementation("com.dtflys.forest:forest-test:1.5.32")
libraryDependencies += "com.dtflys.forest" % "forest-test" % "1.5.32"
@Grapes( @Grab(group='com.dtflys.forest', module='forest-test', version='1.5.32') )
<dependency org="com.dtflys.forest" name="forest-test" rev="1.5.32" />
[com.dtflys.forest/forest-test "1.5.32"]
'com.dtflys.forest:forest-test:jar:1.5.32'
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.32</version> </parent>