Skip to content

msp1kpj/cfparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfparser

Build Status

CFParser 2.2.10 is available on Maven Central!

The CFParser license is BSD (http://www.opensource.org/licenses/bsd-license.html).

To build use: mvn clean install

<dependency>
    <groupId>com.github.cfparser</groupId>
    <artifactId>cfparser</artifactId>
    <version>2.2.10</version>
    <type>pom</type>
</dependency>
<dependency>
    <groupId>com.github.cfparser</groupId>
    <artifactId>cfml.dictionary</artifactId>
    <version>2.2.10</version>
</dependency>
<dependency>
    <groupId>com.github.cfparser</groupId>
    <artifactId>cfml.parsing</artifactId>
    <version>2.2.10</version>
</dependency>

To update the version number prior to a build, run: mvn versions:set -DnewVersion=2.2.13-SNAPSHOT

About

testcfmlparser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.5%
  • ColdFusion 9.5%
  • ANTLR 2.9%
  • GAP 1.1%