Download gwen-2.11.1.jar file - Jar g

Jar examples for g:gwen

Description

Library for specifying acceptance criteria in tests in a Given-When-Then format

You can download jar file gwen 2.11.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwen-2.11.1.jar to your project.

<dependency>
   <groupId>org.gweninterpreter</groupId>
   <artifactId>gwen</artifactId>
   <version>2.11.1</version>
</dependency>
compile group: 'org.gweninterpreter', name: 'gwen', version: '2.11.1'
libraryDependencies += "org.gweninterpreter" % "gwen" % "2.11.1"
<dependency org="org.gweninterpreter" name="gwen" rev="2.11.1"/>
@Grapes(@Grab(group='org.gweninterpreter', module='gwen', version='2.11.1'))
'org.gweninterpreter:gwen:jar:2.11.1'

Download

Click the following link to download the jar file.

gwen-2.11.1-javadoc.jar
gwen-2.11.1-sources.jar
gwen-2.11.1.jar
gwen-2.11.1.pom



Related Tutorials