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