Jar examples for c:checker
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.7 in this page.
GNU General Public License, version 2 (GPL2), with the classpath exception
You can use the following script to add checker-1.9.7.jar to your project.
<dependency> <groupId>org.checkerframework</groupId> <artifactId>checker</artifactId> <version>1.9.7</version> </dependency>
compile group: 'org.checkerframework', name: 'checker', version: '1.9.7'
libraryDependencies += "org.checkerframework" % "checker" % "1.9.7"
<dependency org="org.checkerframework" name="checker" rev="1.9.7"/>
@Grapes(@Grab(group='org.checkerframework', module='checker', version='1.9.7'))
'org.checkerframework:checker:jar:1.9.7'
Click the following link to download the jar file.
checker-1.9.7-javadoc.jar