Installing
Maven
<dependency>
<groupId>com.accenture.testing.bdd</groupId>
<artifactId>bdd-for-all</artifactId>
<version>2.0.0</version>
</dependency>
Buildr
'com.accenture.testing.bdd:bdd-for-all:jar:1.0.0'
Ivy
<dependency org="com.accenture.testing.bdd" name="bdd-for-all" rev="2.0.0">
<artifact name="bdd-for-all" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.accenture.testing.bdd', module='bdd-for-all', version='2.0.0')
)
Gradle/Grails
compile 'com.accenture.testing.bdd:bdd-for-all:2.0.0'
SBT
libraryDependencies += "com.accenture.testing.bdd" % "bdd-for-all" % "2.0.0"
Leiningen
[com.accenture.testing.bdd/bdd-for-all "2.0.0"]