Эксперт ХД

org.checkerframework:checker-qual (3.51.0)

Published 2026-09-15 10:15:09 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.checkerframework</groupId>
	<artifactId>checker-qual</artifactId>
	<version>3.51.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.checkerframework:checker-qual:3.51.0

About this package

checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework.
Details
Maven
2026-09-15 10:15:09 +00:00
275
Checker Qual
The MIT License
238 KiB
Assets (2)
Versions (5) View all
3.51.0 2026-09-15
3.49.5 2026-09-15
3.49.3 2026-09-15
3.43.0 2026-09-15
3.42.0 2026-09-15