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.3.0 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.3.0.jar to your project.
<dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>2.3.0</version> </dependency>
compile group: 'org.checkerframework', name: 'checker-qual', version: '2.3.0'
libraryDependencies += "org.checkerframework" % "checker-qual" % "2.3.0"
<dependency org="org.checkerframework" name="checker-qual" rev="2.3.0"/>
@Grapes(@Grab(group='org.checkerframework', module='checker-qual', version='2.3.0'))
'org.checkerframework:checker-qual:jar:2.3.0'
Click the following link to download the jar file.
checker-qual-2.3.0-javadoc.jar