Download gwen-2.3.0.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.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwen-2.3.0-javadoc.jar
gwen-2.3.0-sources.jar
gwen-2.3.0.jar
gwen-2.3.0.pom



Related Tutorials