is not current version
Last Version 2.0.2-RC3

com.accenture.testing.bdd:bdd-for-all 1.0.0

A simple to use, easy to integrate, BDD library for API and microservices development.

GroupId

GroupId

com.accenture.testing.bdd
ArtifactId

ArtifactId

bdd-for-all
Version

Version

1.0.0
Type

Type

jar

Download bdd-for-all 1.0.0


<!-- https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/ -->
<dependency>
    <groupId>com.accenture.testing.bdd</groupId>
    <artifactId>bdd-for-all</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation 'com.accenture.testing.bdd:bdd-for-all:1.0.0'
// https://jarcasting.com/artifacts/com.accenture.testing.bdd/bdd-for-all/
implementation ("com.accenture.testing.bdd:bdd-for-all:1.0.0")
'com.accenture.testing.bdd:bdd-for-all:jar:1.0.0'
<dependency org="com.accenture.testing.bdd" name="bdd-for-all" rev="1.0.0">
  <artifact name="bdd-for-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.accenture.testing.bdd', module='bdd-for-all', version='1.0.0')
)
libraryDependencies += "com.accenture.testing.bdd" % "bdd-for-all" % "1.0.0"
[com.accenture.testing.bdd/bdd-for-all "1.0.0"]