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