Please see the Checker Framework manual (HTML, PDF).
The history of releases and changes is in file changelog.txt.
Documentation for Checker Framework developers is in directory docs/developer/
.
License |
License |
---|---|
GroupId | GroupIdio.github.eisop |
ArtifactId | ArtifactIdframework-all |
Last Version | Last Version3.0.0-b2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChecker Framework Core Library (including all dependencies)
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
framework-all-3.0.0-b2.pom | |
framework-all-3.0.0-b2.jar | 1 MB |
framework-all-3.0.0-b2-sources.jar | 674 KB |
framework-all-3.0.0-b2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eisop/framework-all/ -->
<dependency>
<groupId>io.github.eisop</groupId>
<artifactId>framework-all</artifactId>
<version>3.0.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eisop/framework-all/
implementation 'io.github.eisop:framework-all:3.0.0-b2'
// https://jarcasting.com/artifacts/io.github.eisop/framework-all/
implementation ("io.github.eisop:framework-all:3.0.0-b2")
'io.github.eisop:framework-all:jar:3.0.0-b2'
<dependency org="io.github.eisop" name="framework-all" rev="3.0.0-b2">
<artifact name="framework-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eisop', module='framework-all', version='3.0.0-b2')
)
libraryDependencies += "io.github.eisop" % "framework-all" % "3.0.0-b2"
[io.github.eisop/framework-all "3.0.0-b2"]
Please see the Checker Framework manual (HTML, PDF).
The history of releases and changes is in file changelog.txt.
Documentation for Checker Framework developers is in directory docs/developer/
.