не последняя версия
Последняя версия 3.22.1-eisop1

Checker Framework 3.0.0-b2

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

Лицензия

Лицензия

Группа

Группа

io.github.eisop
Идентификатор

Идентификатор

checker
Версия

Версия

3.0.0-b2
Тип

Тип

jar
Описание

Описание

Checker Framework
The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.
Ссылка на сайт

Ссылка на сайт

https://checkerframework.org
Система контроля версий

Система контроля версий

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

Скачать checker 3.0.0-b2


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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.