org.checkerframework:checker-qual (3.37.0)

Published 2026-02-24 13:44:36 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.checkerframework</groupId>
	<artifactId>checker-qual</artifactId>
	<version>3.37.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.checkerframework:checker-qual:3.37.0

About this package

checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework.
Details
Maven
2026-02-24 13:44:36 +00:00
0
Checker Qual
The MIT License
2.0 KiB
Assets (1)
Versions (4) View all
3.19.0 2026-02-24
3.37.0 2026-02-24
3.41.0 2026-02-24
2.5.2 2026-02-24