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