GroupId | GroupIdcom.accenture.testing.bdd |
---|---|
ArtifactId | ArtifactIdbdd-for-all |
Version | Version2.0.1-RC1 |
Type | Typejar |
Filename | Size |
---|---|
bdd-for-all-2.0.1-RC1.pom | |
bdd-for-all-2.0.1-RC1.jar | 31 MB |
bdd-for-all-2.0.1-RC1-sources.jar | 31 KB |
bdd-for-all-2.0.1-RC1-javadoc.jar | 583 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/ -->
<dependency>
<groupId>com.accenture.testing.bdd</groupId>
<artifactId>bdd-for-all</artifactId>
<version>2.0.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation 'com.accenture.testing.bdd:bdd-for-all:2.0.1-RC1'
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation ("com.accenture.testing.bdd:bdd-for-all:2.0.1-RC1")
'com.accenture.testing.bdd:bdd-for-all:jar:2.0.1-RC1'
<dependency org="com.accenture.testing.bdd" name="bdd-for-all" rev="2.0.1-RC1">
<artifact name="bdd-for-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.accenture.testing.bdd', module='bdd-for-all', version='2.0.1-RC1')
)
libraryDependencies += "com.accenture.testing.bdd" % "bdd-for-all" % "2.0.1-RC1"
[com.accenture.testing.bdd/bdd-for-all "2.0.1-RC1"]