is not current version
Last Version 0.3.0.M2

com.jayway.forest:forest-core 0.2.0.RELEASE


GroupId

GroupId

com.jayway.forest
ArtifactId

ArtifactId

forest-core
Version

Version

0.2.0.RELEASE
Type

Type

jar

Download forest-core 0.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.jayway.forest/forest-core/ -->
<dependency>
    <groupId>com.jayway.forest</groupId>
    <artifactId>forest-core</artifactId>
    <version>0.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.forest/forest-core/
implementation 'com.jayway.forest:forest-core:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.jayway.forest/forest-core/
implementation ("com.jayway.forest:forest-core:0.2.0.RELEASE")
'com.jayway.forest:forest-core:jar:0.2.0.RELEASE'
<dependency org="com.jayway.forest" name="forest-core" rev="0.2.0.RELEASE">
  <artifact name="forest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jayway.forest', module='forest-core', version='0.2.0.RELEASE')
)
libraryDependencies += "com.jayway.forest" % "forest-core" % "0.2.0.RELEASE"
[com.jayway.forest/forest-core "0.2.0.RELEASE"]