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