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 2.0.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add concordion-2.0.2.jar to your project.
<dependency> <groupId>org.concordion</groupId> <artifactId>concordion</artifactId> <version>2.0.2</version> </dependency>
compile group: 'org.concordion', name: 'concordion', version: '2.0.2'
libraryDependencies += "org.concordion" % "concordion" % "2.0.2"
<dependency org="org.concordion" name="concordion" rev="2.0.2"/>
@Grapes(@Grab(group='org.concordion', module='concordion', version='2.0.2'))
'org.concordion:concordion:jar:2.0.2'
Click the following link to download the jar file.
concordion-2.0.2-javadoc.jar