Jar examples for c:concordion
Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an automated test.
You can download jar file concordion 1.4.7 in this page.
The Apache Software License, Version 2.0
You can use the following script to add concordion-1.4.7.jar to your project.
<dependency> <groupId>org.concordion</groupId> <artifactId>concordion</artifactId> <version>1.4.7</version> </dependency>
compile group: 'org.concordion', name: 'concordion', version: '1.4.7'
libraryDependencies += "org.concordion" % "concordion" % "1.4.7"
<dependency org="org.concordion" name="concordion" rev="1.4.7"/>
@Grapes(@Grab(group='org.concordion', module='concordion', version='1.4.7'))
'org.concordion:concordion:jar:1.4.7'
Click the following link to download the jar file.
concordion-1.4.7-javadoc.jar