Download CodeNarc-0.21.jar file - Jar c

Jar examples for c:CodeNarc

Description

The CodeNarc project provides a static analysis tool for Groovy code.

You can download jar file CodeNarc 0.21 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add CodeNarc-0.21.jar to your project.

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

Download

Click the following link to download the jar file.

CodeNarc-0.21-javadoc.jar
CodeNarc-0.21-sources.jar
CodeNarc-0.21.jar
CodeNarc-0.21.pom



Related Tutorials