GroupId | GroupIdcom.jayway.forest |
---|---|
ArtifactId | ArtifactIdforest-core |
Version | Version0.2.0.RC2 |
Type | Typejar |
Filename | Size |
---|---|
forest-core-0.2.0.RC2.pom | |
forest-core-0.2.0.RC2.jar | 88 KB |
forest-core-0.2.0.RC2-sources.jar | 46 KB |
forest-core-0.2.0.RC2-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jayway.forest/forest-core/ -->
<dependency>
<groupId>com.jayway.forest</groupId>
<artifactId>forest-core</artifactId>
<version>0.2.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.forest/forest-core/
implementation 'com.jayway.forest:forest-core:0.2.0.RC2'
// https://jarcasting.com/artifacts/com.jayway.forest/forest-core/
implementation ("com.jayway.forest:forest-core:0.2.0.RC2")
'com.jayway.forest:forest-core:jar:0.2.0.RC2'
<dependency org="com.jayway.forest" name="forest-core" rev="0.2.0.RC2">
<artifact name="forest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jayway.forest', module='forest-core', version='0.2.0.RC2')
)
libraryDependencies += "com.jayway.forest" % "forest-core" % "0.2.0.RC2"
[com.jayway.forest/forest-core "0.2.0.RC2"]