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