Download cfparser-2.2.9.jar file - Jar c

Jar examples for c:cfparser

Description

Stand-Alone ColdFusion Parser. Combined forks from github.com/denuno/cfml.parsing and github.com/denuno/cfml.dictionary.

You can download jar file cfparser 2.2.9 in this page.

License

GNU General Lesser Public License (LGPL) version 3.0

Build File

You can use the following script to add cfparser-2.2.9.jar to your project.

<dependency>
   <groupId>com.github.cfparser</groupId>
   <artifactId>cfparser</artifactId>
   <version>2.2.9</version>
</dependency>
compile group: 'com.github.cfparser', name: 'cfparser', version: '2.2.9'
libraryDependencies += "com.github.cfparser" % "cfparser" % "2.2.9"
<dependency org="com.github.cfparser" name="cfparser" rev="2.2.9"/>
@Grapes(@Grab(group='com.github.cfparser', module='cfparser', version='2.2.9'))
'com.github.cfparser:cfparser:jar:2.2.9'

Download

Click the following link to download the jar file.

cfparser-2.2.9.pom



Related Tutorials