GroupId | GroupIdcom.jayway.forest |
---|---|
ArtifactId | ArtifactIdforest |
Version | Version0.3.0.M1 |
Type | Typepom |
Filename | Size |
---|---|
forest-0.3.0.M1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jayway.forest/forest/ -->
<dependency>
<groupId>com.jayway.forest</groupId>
<artifactId>forest</artifactId>
<version>0.3.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.forest/forest/
implementation 'com.jayway.forest:forest:0.3.0.M1'
// https://jarcasting.com/artifacts/com.jayway.forest/forest/
implementation ("com.jayway.forest:forest:0.3.0.M1")
'com.jayway.forest:forest:pom:0.3.0.M1'
<dependency org="com.jayway.forest" name="forest" rev="0.3.0.M1">
<artifact name="forest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jayway.forest', module='forest', version='0.3.0.M1')
)
libraryDependencies += "com.jayway.forest" % "forest" % "0.3.0.M1"
[com.jayway.forest/forest "0.3.0.M1"]