Download ccl-21.41.jar file - Jar c

Jar examples for c:ccl

Description

The official specificiation and library for the Concourse Criteria Language

You can download jar file ccl 21.41 in this page.

License

GNU General Public Library

Build File

You can use the following script to add ccl-21.41.jar to your project.

<dependency>
   <groupId>javancss</groupId>
   <artifactId>ccl</artifactId>
   <version>21.41</version>
</dependency>
compile group: 'javancss', name: 'ccl', version: '21.41'
libraryDependencies += "javancss" % "ccl" % "21.41"
<dependency org="javancss" name="ccl" rev="21.41"/>
@Grapes(@Grab(group='javancss', module='ccl', version='21.41'))
'javancss:ccl:jar:21.41'

Download

Click the following link to download the jar file.

ccl-21.41.jar
ccl-21.41.pom



Related Tutorials