is not current version
Last Version 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.

License

License

GroupId

GroupId

io.github.eisop
ArtifactId

ArtifactId

checker
Version

Version

3.0.0-b2
Type

Type

jar
Description

Description

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

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

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

Download 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"]

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.