Jar examples for c:checker-qual
Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker
You can download jar file checker-qual 1.9.9 in this page.
GNU General Public License, version 2 (GPL2), with the classpath exception
You can use the following script to add checker-qual-1.9.9.jar to your project.
<dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>1.9.9</version> </dependency>
compile group: 'org.checkerframework', name: 'checker-qual', version: '1.9.9'
libraryDependencies += "org.checkerframework" % "checker-qual" % "1.9.9"
<dependency org="org.checkerframework" name="checker-qual" rev="1.9.9"/>
@Grapes(@Grab(group='org.checkerframework', module='checker-qual', version='1.9.9'))
'org.checkerframework:checker-qual:jar:1.9.9'
Click the following link to download the jar file.
checker-qual-1.9.9-javadoc.jar