MVN

com.github.cflint : CFLint

Maven & Gradle

Mar 06, 2020
169 stars

CFLint · A static code analysis tool for ColdFusion (in the spirit of FindBugs and Lint). With CFLint, you are able to analyze your ColdFusion code base for code violations.

<dependency>
    <groupId>com.github.cflint</groupId>
    <artifactId>CFLint</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cflint : CFLint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of com.github.cflint : CFLint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
CFLint-1.5.0
1.4.x
CFLint-1.4.1
CFLint-1.4.0
1.3.x
CFLint-1.3.0
1.2.x
CFLint-1.2.3
CFLint-1.2.2
CFLint-1.2.1
CFLint-1.2.0
1.1.x
CFLint-1.1.0
1.0.x
CFLint-1.0.1
CFLint-1.0.0
CFLint-1.0.0-RC1
0.11.x
CFLint-0.11.1
CFLint-0.11.0
0.10.x
CFLint-0.10.0
0.9.x
CFLint-0.9.0
0.8.x
CFLint-0.8.0
0.7.x
CFLint-0.7.3
CFLint-0.7.2
CFLint-0.7.1
CFLint-0.7.0
0.6.x
CFLint-0.6.1
0.5.x
CFLint-0.5.0
0.4
CFLint-0.4
0.3.x
CFLint-0.3.0
0.2.x
CFLint-0.2.0

How to add a dependency to Maven

Add the following com.github.cflint : CFLint maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cflint</groupId>
    <artifactId>CFLint</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cflint : CFLint gradle dependency to your build.gradle file:

implementation 'com.github.cflint:CFLint:1.5.0'

Gradle Kotlin DSL: Add the following com.github.cflint : CFLint gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cflint:CFLint:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cflint : CFLint sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cflint" % "CFLint" % "1.5.0"

Advertisement

Dependencies from Group

Mar 06, 2020
169 stars

Discover Dependencies

Oct 07, 2016
2 usages
1.2k stars
Apr 18, 2016
4 usages
0 stars
Jul 27, 2023
148 usages
3.3k stars
Jul 18, 2023
52 usages
291 stars
May 19, 2023
21.5k stars
Feb 08, 2016
3 usages
20.7k stars
Jun 26, 2022
26 stars
Jun 17, 2020
246 stars