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