GroupId | GroupIdcom.jayway.forest |
---|---|
ArtifactId | ArtifactIdforest-samples-bank-spring |
Version | Version0.2.4.RELEASE |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.jayway.forest/forest-samples-bank-spring/ -->
<dependency>
<groupId>com.jayway.forest</groupId>
<artifactId>forest-samples-bank-spring</artifactId>
<version>0.2.4.RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.forest/forest-samples-bank-spring/
implementation 'com.jayway.forest:forest-samples-bank-spring:0.2.4.RELEASE'
// https://jarcasting.com/artifacts/com.jayway.forest/forest-samples-bank-spring/
implementation ("com.jayway.forest:forest-samples-bank-spring:0.2.4.RELEASE")
'com.jayway.forest:forest-samples-bank-spring:war:0.2.4.RELEASE'
<dependency org="com.jayway.forest" name="forest-samples-bank-spring" rev="0.2.4.RELEASE">
<artifact name="forest-samples-bank-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jayway.forest', module='forest-samples-bank-spring', version='0.2.4.RELEASE')
)
libraryDependencies += "com.jayway.forest" % "forest-samples-bank-spring" % "0.2.4.RELEASE"
[com.jayway.forest/forest-samples-bank-spring "0.2.4.RELEASE"]