Download gwen-2.13.2.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.13.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwen-2.13.2-javadoc.jar
gwen-2.13.2-sources.jar
gwen-2.13.2.jar
gwen-2.13.2.pom



Related Tutorials