Last Version

Checker Qual 2.5.5

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

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

checker-compat-qual
Version

Version

2.5.5
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

https://github.com/typetools/checker-framework.git

Download checker-compat-qual 2.5.5


<!-- https://jarcasting.com/artifacts/org.checkerframework/checker-compat-qual/ -->
<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>checker-compat-qual</artifactId>
    <version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework/checker-compat-qual/
implementation 'org.checkerframework:checker-compat-qual:2.5.5'
// https://jarcasting.com/artifacts/org.checkerframework/checker-compat-qual/
implementation ("org.checkerframework:checker-compat-qual:2.5.5")
'org.checkerframework:checker-compat-qual:jar:2.5.5'
<dependency org="org.checkerframework" name="checker-compat-qual" rev="2.5.5">
  <artifact name="checker-compat-qual" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework', module='checker-compat-qual', version='2.5.5')
)
libraryDependencies += "org.checkerframework" % "checker-compat-qual" % "2.5.5"
[org.checkerframework/checker-compat-qual "2.5.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.