Download checker-1.9.9.jar file - Jar c

Jar examples for c:checker

Description

The Checker Framework enhances Java?s type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

You can download jar file checker 1.9.9 in this page.

License

GNU General Public License, version 2 (GPL2), with the classpath exception

Build File

You can use the following script to add checker-1.9.9.jar to your project.

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

Download

Click the following link to download the jar file.

checker-1.9.9-javadoc.jar
checker-1.9.9-sources.jar
checker-1.9.9.jar
checker-1.9.9.pom



Related Tutorials